std::unordered_multiset<Key,Hash,KeyEqual,Allocator>::get_allocator
来自cppreference.com
< cpp | container | unordered multiset
容器库
std::unordered_multiset
allocator_type get_allocator() const noexcept; | (C++11 起) | |
返回与容器关联的分配器。
返回值
关联的分配器。
复杂度
常数。
std::unordered_multiset
allocator_type get_allocator() const noexcept; | (C++11 起) | |
返回与容器关联的分配器。
关联的分配器。
常数。