public member function
<regex>

std::regex_iterator::operator=

regex_iterator& operator= (const regex_iterator& rit);
Copy assignment
Copies the state of rit into the regex_iterator object.

Parameters

rit
Another regex_iterator object of the same type.

Return value

*this

See also