命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | regex‎ | 匹配结果
void swap( match_results& other ) noexcept;
(自 C++11 起)

交换两个 match_results 对象的共享状态。

内容

[编辑] 参数

other - 要交换的 match_results

[编辑] 返回值

(无)

[编辑] 示例

[编辑] 参见

专门化了 std::swap 算法
(函数模板) [编辑]