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)
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

[编辑] 返回值

the associated allocator

[编辑] 复杂度

常数
原文:
Constant
文本通过谷歌翻译机器翻译。
你可以帮忙校正和验证翻译。点击此处查看指示。

[编辑] 另请参阅