命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | regex‎ | basic regex
void swap( basic_regex& other ) noexcept;
(自 C++11 起)

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

内容

[编辑] 参数

other - 要交换的正则表达式

[编辑] 返回值

(无)

[编辑] 示例

[编辑] 另请参见

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