名前空間
変種

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

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

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

引数

(なし)

戻り値

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

計算量

一定。