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

< cpp‎ | regex‎ | basic regex
void swap( basic_regex& other ) noexcept;
(C++11 起)

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

参数

other - 要交换的正则表达式

返回值

(无)

示例

参阅

特化 std::swap 算法
(函数模板)