C++ 参考手册

位置:首页 > C++ 参考手册 >正则表达式库 >std::basic_regex > std::basic_regex<CharT,Traits>::swap

void swap( basic_regex& other ) noexcept;
(C++11 起)

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

参数

other - 要交换的正则表达式

返回值

(无)

示例

本节未完成
原因:暂无示例

参阅

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