名稱空間
變體
操作

std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::get_allocator

來自 cppreference.com
 
 
 
 
allocator_type get_allocator() const noexcept;
(C++11 起)

返回與容器關聯的分配器。

[編輯] 引數

(無)

[編輯] 返回值

關聯的分配器。

[編輯] 複雜度

常數時間。