C++ String 库 - get_allocator
描述
它返回与字符串关联的分配器对象的副本。
声明
以下是 std::string::get_allocator 的声明。
allocator_type get_allocator() const;
C++11
allocator_type get_allocator() const noexcept;
C++14
allocator_type get_allocator() const noexcept;
参数
none
返回值
它返回与字符串关联的分配器对象的副本。
异常
如果抛出异常,则字符串没有变化。