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

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

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

[编辑]参数

(无)

[编辑]返回值

关联的分配器。

[编辑]参阅

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