regex_token_iterator& operator=( const regex_token_iterator& other ); | (since C++11) |
Assigns the contents of other
.
other | - | regex iterator to assign |
*this
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/regex/regex_token_iterator/operator=