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

出自cppreference.com
 
 
 
 
allocator_type get_allocator() const noexcept;
(C++11 起)
(C++26 起為 constexpr)

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

[編輯] 返回值

關聯的分配器。

[編輯] 複雜度

常數。