名稱空間
變體
操作

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 物件
(公開成員函式) [編輯]