名稱空間
變體
操作

std::match_results<BidirIt,Alloc>::swap

來自 cppreference.com
< cpp‎ | regex‎ | match results
 
 
 
正則表示式庫
(C++11)
演算法
迭代器
異常
特性
常量
(C++11)
正則表示式語法
 
 
void swap( match_results& other ) noexcept;
(C++11 起)

交換兩個 match_results 物件的共享狀態。

目錄

[編輯] 引數

其他 - 要交換的 match_results

[編輯] 返回值

(無)

[編輯] 示例

[編輯] 參閱

特化 std::swap 演算法
(函式模板) [編輯]