public member function
<regex>

std::regex_iterator::operator=

regex_iterator& operator= (const regex_iterator& rit);
複製賦值
rit的狀態複製到regex_iterator物件中。

引數

rit
相同型別的另一個 regex_iterator 物件。

返回值

*this

另見