cpp / latest / regex / regex_iterator / operator=.html /

std::regex_iterator<BidirIt,CharT,Traits>::operator=

regex_iterator& operator=( const regex_iterator& other );
(since C++11)

Assigns the contents of other.

Parameters

other - regex iterator to assign

Return value

*this.

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/regex/regex_iterator/operator%3D