名前空間
変種
操作

「cpp/regex/match results/get allocator」の版間の差分

提供: cppreference.com
< cpp‎ | regex‎ | match results
(r2.7.3) (ロボットによる 追加: de, en, es, fr, it, pt, ru, zh)
(Fix some translations)
9行: 9行:
  
 
===パラメータ===
 
===パラメータ===
{{tr|(なし)|(none)}}
+
()
  
 
===値を返します===
 
===値を返します===
 
{{tr|関連するアロケータ.|The associated allocator.}}
 
{{tr|関連するアロケータ.|The associated allocator.}}
  
===複雑===
+
======
 
{{tr|定数.|Constant.}}
 
{{tr|定数.|Constant.}}
  

2015年11月30日 (月) 06:49時点における版

 
 
正規表現ライブラリ
クラス
(C++11)
アルゴリズム
イテレータ
例外
特性
定数
(C++11)
正規表現の文法
 
 
allocator_type get_allocator() const;
(C++11以上)

Returns the allocator associated with the object.

パラメータ

(なし)

値を返します

関連するアロケータ.
Original:
The associated allocator.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

複雑性

定数.
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.