CppDS.com

C++ 98 11 14 17 20 手册

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

来自cppreference.com
< cpp‎ | regex‎ | match results
void swap( match_results& other ) noexcept;
(C++11 起)

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

参数

other - 要与之交换的 match_results

返回值

(无)

示例

参阅

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