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

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

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

目录

[编辑] 参数

other-要交换的正则表达式

[编辑] 返回值

(无)

[编辑] 示例

[编辑] 参阅

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