std::regex_token_iterator<BidirIt,CharT,Traits>::operator=
regex_token_iterator& operator=( const regex_token_iterator& other ); | (с C++11) |
Присваивает содержимое other.
Параметры
| other | - | итератор токенов регулярного выражения для присваивания |
Возвращаемое значение
*this
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/regex/regex_token_iterator/operator%3D