名前空間
変種
操作

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

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

オブジェクトに関連付けられたアロケータを返します。

[編集] パラメータ

(なし)

[編集] 返り値

関連付けられたアロケータ。

[編集] 計算量

定数。

English 日本語 中文(简体) 中文(繁體)