名前空間
変種
操作

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

提供: cppreference.com
< cpp‎ | regex‎ | match results
 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
特性
定数
(C++11)
正規表現の文法
 
 
allocator_type get_allocator() const;
(C++11以上)

オブジェクトに紐付けられているアロケータを返します。

[編集] 引数

(なし)

[編集] 戻り値

紐付けられているアロケータ。

[編集] 計算量

一定。