std::basic_syncbuf<CharT,Traits,Allocator>::get_allocator
来自cppreference.com
< cpp | io | basic syncbuf
输入/输出库
std::basic_syncbuf
公开成员函数 | ||||
basic_syncbuf::get_allocator
|
||||
受保护成员函数 | ||||
非成员函数 | ||||
allocator_type
get_allocator()
const
noexcept;
|
||
返回作为构造函数参数传入,或通过赋值运算符替换的分配器的副本。
参数
(无)
示例
本节未完成 原因:暂无示例 |
参阅
构造 basic_syncbuf 对象 (公开成员函数) |
|
赋值 basic_syncbuf 对象 (公开成员函数) |