Namespaces
Variants

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

From cppreference.net
allocator_type get_allocator ( ) const noexcept ;
(C++20以降)

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

パラメータ

(なし)

戻り値

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

関連項目

関連付けられたアロケータを返す
( std::basic_string<CharT,Traits,Allocator> の公開メンバー関数)