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

来自cppreference.com
< cpp‎ | io‎ | basic syncbuf
allocator_type get_allocator()constnoexcept;

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

[编辑]参数

(无)

[编辑]示例

[编辑]参阅

构造 basic_syncbuf 对象
(公开成员函数)[编辑]
赋值 basic_syncbuf 对象
(公开成员函数)[编辑]
close