std::basic_string<CharT,Traits,Allocator>::get_allocator

< cpp‎ | string‎ | basic string
 
 
 
std::basic_string
 
allocator_type get_allocator() const;
(C++20 前)
constexpr allocator_type get_allocator() const;
(C++20 起)

返回与 string 关联的分配器。

参数

(无)

返回值

关联的分配器

复杂度

常数

参阅

默认的分配器
(类模板)
提供关于分配器类型的信息
(类模板)
检查指定的类型是否支持使用分配器的构造
(类模板)