cppreference.com
创建账户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史记录
操作
std::match_results<BidirIt,Alloc>::
swap
来自 cppreference.com
<
cpp
|
regex
|
匹配结果
C++
编译器支持
独立和托管
语言
标准库
标准库头文件
命名要求
特性测试宏
(C++20)
语言支持库
概念库
(C++20)
元编程库
(C++11)
诊断库
通用实用程序库
字符串库
容器库
迭代器库
范围库
(C++20)
算法库
数值库
本地化库
输入/输出库
文件系统库
(C++17)
正则表达式库
(C++11)
并发支持库
(C++11)
执行支持库
(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::match_results
成员函数
match_results::match_results
match_results::~match_results
match_results::operator=
match_results::get_allocator
状态
match_results::ready
元素访问
match_results::size
match_results::max_size
match_results::empty
match_results::length
match_results::position
match_results::str
match_results::operator[]
match_results::prefix
match_results::suffix
迭代器
match_results::begin
match_results::cbegin
match_results::end
match_results::cend
格式
match_results::format
修饰符
match_results::swap
非成员函数
operator==
operator!=
(直到 C++20)
swap
(std::match_results)
[编辑]
void
swap
(
match_results
&
other
)
noexcept
;
(自 C++11 起)
交换两个
match_results
对象的共享状态。
内容
1
参数
2
返回值
3
示例
4
参见
[
编辑
]
参数
other
-
要交换的
match_results
[
编辑
]
返回值
(无)
[
编辑
]
示例
本节不完整
原因:没有示例
[
编辑
]
参见
std::swap
(std::match_results)
(C++11)
专门化了
std::swap
算法
(函数模板)
[编辑]
类别
:
待办事项:没有示例