标准库容器集合multisetget_allocator本页内容 std::multiset get_allocator() 方法 自 C++11 起直到 C++11// Const version onlyallocator_type get_allocator() const noexcept;// Const version onlyallocator_type get_allocator() const; 返回与容器关联的分配器。 参数 (无) 返回值 关联的分配器。 异常 (无) 复杂度 常数 - O(1)。本文来源于此 CppReference 页面。可能已进行修改以改进或符合编辑偏好。点击“编辑此页面”可查看本文档的所有更改。悬停查看原始许可证。
标准库容器集合multisetget_allocator本页内容 std::multiset get_allocator() 方法 自 C++11 起直到 C++11// Const version onlyallocator_type get_allocator() const noexcept;// Const version onlyallocator_type get_allocator() const; 返回与容器关联的分配器。 参数 (无) 返回值 关联的分配器。 异常 (无) 复杂度 常数 - O(1)。本文来源于此 CppReference 页面。可能已进行修改以改进或符合编辑偏好。点击“编辑此页面”可查看本文档的所有更改。悬停查看原始许可证。