std::basic_string::get_allocator

来自cppreference.com
< cpp‎ | string‎ | basic string

 
 
 
std::basic_string
 
allocator_type get_allocator() const;

Returns the allocator associated with the string.

目录

[编辑] 参数

(无)
原文:
(none)
这段文字是通过 Google Translate 自动翻译生成的。
您可以帮助我们检查、纠正翻译中的错误。详情请点击这里

[编辑] 返回值

the associated allocator

[编辑] 复杂度

常数
原文:
Constant
这段文字是通过 Google Translate 自动翻译生成的。
您可以帮助我们检查、纠正翻译中的错误。详情请点击这里

[编辑] 另请参阅