std::multimap<Key,T,Compare,Allocator>::get_allocator
来自cppreference.com
容器库
std::multimap
allocator_type get_allocator() const; | (C++11 起为 noexcept) | |
返回与容器关联的分配器。
返回值
关联的分配器。
复杂度
常数。
allocator_type get_allocator() const; | (C++11 起为 noexcept) | |
返回与容器关联的分配器。
关联的分配器。
常数。