cppreference.com
アカウント作成
ログイン
名前空間
ページ
ノート
変種
表示
表示
編集
履歴
操作
std::match_results<BidirIt,Alloc>::
swap
From cppreference.com
<
cpp
|
regex
|
match results
C++
コンパイラサポート
フリースタンディングとホスト
言語
標準ライブラリ
標準ライブラリヘッダー
名前付き要件
機能テストマクロ
(C++20)
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
メモリ管理ライブラリ
メタプログラミングライブラリ
(C++11)
汎用ユーティリティライブラリ
コンテナライブラリ
イテレータライブラリ
Rangesライブラリ
(C++20)
アルゴリズムライブラリ
文字列ライブラリ
テキスト処理ライブラリ
数値ライブラリ
日付と時刻ライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
並行サポートライブラリ
(C++11)
実行制御ライブラリ
(C++26)
Technical specifications (技術仕様)
シンボルインデックス
外部ライブラリ
[編集]
テキスト処理ライブラリ
ローカライズライブラリ
正規表現ライブラリ
(C++11)
フォーマットライブラリ
(C++20)
ヌル終端シーケンスユーティリティ
バイト文字列
マルチバイト文字列
ワイド文字列
プリミティブな数値変換
to_chars
(C++17)
to_chars_result
(C++17)
from_chars
(C++17)
from_chars_result
(C++17)
chars_format
(C++17)
テキストエンコーディング識別
text_encoding
(C++26)
[編集]
正規表現ライブラリ
クラス
basic_regex
(C++11)
sub_match
(C++11)
match_results
(C++11)
アルゴリズム
regex_match
(C++11)
regex_search
(C++11)
regex_replace
(C++11)
イテレータ
regex_iterator
(C++11)
regex_token_iterator
(C++11)
例外
regex_error
(C++11)
Traits
regex_traits
(C++11)
定数
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
正規表現文法
修正ECMAScript-262
(C++11)
[編集]
std::match_results
メンバ関数
match_results::match_results
match_results::~match_results
match_results::operator=
match_results::get_allocator
状態 (State)
match_results::ready
要素アクセス
match_results::size
match_results::max_size
match_results::empty
match_results::length
match_results::position
match_results::str
match_results::operator[]
match_results::prefix
match_results::suffix
イテレータ
match_results::begin
match_results::cbegin
match_results::end
match_results::cend
フォーマット
match_results::format
変更
match_results::swap
非メンバ関数
operator==
operator!=
(C++20まで)
swap
(std::match_results)
[編集]
void
swap
(
match_results
&
other
)
noexcept
;
(C++11以降)
2つの
match_results
オブジェクトの共有状態を交換します。
目次
1
引数
2
戻り値
3
例
4
関連項目
[
編集
]
パラメータ
その他
-
交換する
match_results
[
編集
]
戻り値
(なし)
[
編集
]
例
このセクションは未完成です
理由: 例がありません
[
編集
]
関連項目
std::swap
(std::match_results)
(C++11)
std::swap
アルゴリズムを特殊化する
(関数テンプレート)
[edit]
カテゴリ
:
TODO: 例なし
English
日本語
中文(简体)
中文(繁體)