名前空間
変種
操作

std::basic_stringbuf<CharT,Traits,Allocator>::get_allocator

From cppreference.com
< cpp‎ | io‎ | basic stringbuf
 
 
 
 
allocator_type get_allocator() const noexcept;
(C++20以降)

内部シーケンスコンテナに関連付けられたアロケータを返します。

[編集] パラメータ

(なし)

[編集] 戻り値

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

[編集] 関連項目

関連付けられたアロケータを返す
(std::basic_string<CharT,Traits,Allocator> の public メンバ関数) [編集]
English 日本語 中文(简体) 中文(繁體)