命名空间
变体
操作

std::regex_iterator<BidirIt,CharT,Traits>::operator=

来自 cppreference.com
regex_iterator& operator=( const regex_iterator& other );
(自 C++11 起)

other 的内容分配给自身。

[编辑] 参数

other - 要分配的正则表达式迭代器

[编辑] 返回值

*this