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 算法
(函數模板) [編輯]