cppreference.com
アカウント作成
ログイン
名前空間
ページ
議論
変種
表示
閲覧
編集
履歴
操作
std::match_results<BidirIt,Alloc>::
get_allocator
提供: cppreference.com
<
cpp
|
regex
|
match results
C++
言語
標準ライブラリヘッダ
フリースタンディング処理系とホスト処理系
名前付き要件
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
ユーティリティライブラリ
文字列ライブラリ
コンテナライブラリ
イテレータライブラリ
範囲ライブラリ
(C++20)
アルゴリズムライブラリ
数値演算ライブラリ
ローカライゼーションライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
正規表現ライブラリ
(C++11)
アトミック操作ライブラリ
(C++11)
スレッドサポートライブラリ
(C++11)
技術仕様書
[edit]
正規表現ライブラリ
クラス
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)
特性
regex_traits
(C++11)
定数
syntax_option_type
(C++11)
match_flag_type
(C++11)
error_type
(C++11)
正規表現の文法
Modified ECMAScript-262
(C++11)
[edit]
std::match_results
メンバ関数
match_results::match_results
match_results::~match_results
match_results::operator=
match_results::get_allocator
状態
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)
[edit]
allocator_type get_allocator
(
)
const
;
(C++11以上)
オブジェクトに紐付けられているアロケータを返します。
[
編集
]
引数
(なし)
[
編集
]
戻り値
紐付けられているアロケータ。
[
編集
]
計算量
一定。