std::regex_iterator<BidirIt,CharT,Traits>::operator=
< cpp | regex | regex iterator
regex_iterator& operator=( const regex_iterator& other );
|
(C++11 起) | |
赋值 other
的内容。
参数
other | - | 要赋值的 regex_iterator |
返回值
*this 。
regex_iterator& operator=( const regex_iterator& other );
|
(C++11 起) | |
赋值 other
的内容。
other | - | 要赋值的 regex_iterator |
*this 。