table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::regex_iterator::operator=(3) | C++ Standard Libary | std::regex_iterator::operator=(3) |
NAME¶
std::regex_iterator::operator= - std::regex_iterator::operator=
Synopsis¶
regex_iterator& operator=( const regex_iterator& other ); (since C++11)
Assigns the contents of other.
Parameters¶
other - regex iterator to assign
Return value¶
*this
2024.06.10 | http://cppreference.com |