std::basic_regex<CharT,Traits>::swap

来自cppreference.com
< cpp‎ | regex‎ | basic regex
 
 
 
正则表达式库
(C++11)
算法
迭代器
异常
特征
常量
(C++11)
正则表达式文法
 
 
void swap( basic_regex& other ) noexcept;
(C++11 起)

交换两个正则表达式的内容。

目录

[编辑] 参数

other - 要交换的正则表达式

[编辑] 返回值

(无)

[编辑] 示例

[编辑] 参阅

特化 std::swap 算法
(函数模板) [编辑]