cppreference.cn
创建账户
登录
命名空间
页面
讨论
变体
视图
查看
编辑
历史
操作
std::regex_token_iterator<BidirIt,CharT,Traits>::
operator=
来自 cppreference.cn
<
cpp
|
regex
|
regex token iterator
C++
编译器支持
独立和宿主式
语言
标准库
标准库头文件
具名要求
特性测试宏
(C++20)
语言支持库
概念库
(C++20)
诊断库
内存管理库
元编程库
(C++11)
通用工具库
容器库
迭代器库
范围库
(C++20)
算法库
字符串库
文本处理库
数值库
日期和时间库
输入/输出库
文件系统库
(C++17)
并发支持库
(C++11)
执行控制库
(C++26)
技术规范
符号索引
外部库
[编辑]
文本处理库
本地化库
正则表达式库
(C++11)
格式化库
(C++20)
空终止序列工具
字节字符串
多字节字符串
宽字符串
原始数值转换
to_chars
(C++17)
to_chars_result
(C++17)
from_chars
(C++17)
from_chars_result
(C++17)
chars_format
(C++17)
文本编码标识
text_encoding
(C++26)
[编辑]
正则表达式库
类
basic_regex
(C++11)
sub_match
(C++11)
match_results
(C++11)
算法
regex_match
(C++11)
regex_search
(C++11)
regex_replace
(C++11)
迭代器
regex_iterator
(C++11)
regex_token_iterator
(C++11)
异常
regex_error
(C++11)
特性
regex_traits
(C++11)
常量
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
正则表达式语法
修改后的 ECMAScript-262
(C++11)
[编辑]
std::regex_token_iterator
成员函数
regex_token_iterator::regex_token_iterator
regex_token_iterator::operator=
比较
regex_token_iterator::operator==
regex_token_iterator::operator!=
(直到 C++20)
观察器
regex_token_iterator::operator*
regex_token_iterator::operator->
修饰符
regex_token_iterator::operator++
regex_token_iterator::operator++(int)
[编辑]
regex_token_iterator
&
operator
=
(
const
regex_token_iterator
&
other
)
;
(自 C++11 起)
赋值
other
的内容。
[
编辑
]
参数
other
-
要赋值的正则表达式标记迭代器
[
编辑
]
返回值
*
this