命名空间
变体
操作

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

来自 cppreference.cn
< cpp‎ | io‎ | basic stringbuf
 
 
 
 
allocator_type get_allocator() const noexcept;
(since C++20)

返回与内部序列容器关联的分配器。

[edit] 参数

(无)

[edit] 返回值

关联的分配器

[edit] 参见

返回关联的分配器
(std::basic_string<CharT,Traits,Allocator> 的公有成员函数) [编辑]