命名空间
变体
操作

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

来自 cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
 
std::basic_syncbuf
公有成员函数
basic_syncbuf::get_allocator
(C++20)
受保护成员函数
非成员函数
 
allocator_type get_allocator() const noexcept;

返回作为构造函数参数传递或通过赋值运算符替换的分配器的副本。

[编辑] 参数

(无)

[编辑] 示例

[编辑] 另请参阅

构造一个 basic_syncbuf 对象
(公有成员函数) [编辑]
分配一个 basic_syncbuf 对象
(公有成员函数) [编辑]