public member function
<regex>

std::regex_iterator::operator=

regex_iterator& operator= (const regex_iterator& rit);
拷贝赋值
rit的状态复制到regex_iterator对象中。

参数

rit
相同类型的另一个 regex_iterator 对象。

返回值

*this

另见