std::match_results<BidirIt,Alloc>::swap
< cpp | regex | match results
void swap( match_results& other ) noexcept; |
(C++11 起) | |
交换二个 match_results
对象的共享状态。
参数
other | - | 要与之交换的 match_results
|
返回值
(无)
示例
本节未完成 原因:暂无示例 |
参阅
特化 std::swap() 算法 (函数模板) |