std::regex_iterator::operator=
From cppreference.com
< cpp | regex | regex iterator
regex_iterator& operator=( const regex_iterator& other ); |
(since C++11) | |
Assigns the contents of other
.
Parameters
other | - | regex iterator to assign |
Return value
*this.