命名空间
变体
操作

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

来自 cppreference.cn
 
 
 
正则表达式库
(C++11)
算法
迭代器
异常
特性
常量
(C++11)
正则表达式语法
 
 
regex_token_iterator& operator=( const regex_token_iterator& other );
(自 C++11 起)

赋值 other 的内容。

[编辑] 参数

other - 要赋值的正则表达式标记迭代器

[编辑] 返回值

*this