命名空间
变体
操作

std::vector<T,Allocator>::get_allocator

来自 cppreference.com
< cpp‎ | 容器‎ | 向量
 
 
 
 
allocator_type get_allocator() const;
(自 C++11 起为 noexcept)
(自 C++20 起为 constexpr)

返回与容器关联的分配器。

[编辑] 参数

(无)

[编辑] 返回值

关联的分配器。

[编辑] 复杂度

常数。