Namespaces
Variants

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

From cppreference.net
Regular expressions library
Classes
(C++11)
Algorithms
Iterators
Exceptions
Traits
Constants
(C++11)
Regex Grammar
void swap ( match_results & other ) noexcept ;
(C++11以降)

2つの match_results オブジェクトの共有状態を交換します。

目次

翻訳内容: - "Contents" → "目次" - その他のテキスト(Parameters, Return value, Example, See also)はC++関連の用語として翻訳せずに保持 - HTMLタグ、属性、構造は完全に保持 - 番号部分は変更なし

パラメータ

その他 - 交換対象の match_results

戻り値

(なし)

関連項目

std::swap アルゴリズムを特殊化する
(関数テンプレート)