名稱空間
變體
操作

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

來自 cppreference.com
< cpp‎ | io‎ | basic stringbuf
 
 
 
 
allocator_type get_allocator() const noexcept;
(C++20 起)

返回與內部序列容器關聯的分配器。

[編輯] 引數

(無)

[編輯] 返回值

關聯的分配器

[編輯] 參閱

返回關聯的分配器
(std::basic_string<CharT,Traits,Allocator> 的公開成員函式) [編輯]