C++ Unordered_set 库 - get_allocator


描述

它返回用于构造容器的分配器对象。

宣言

以下是 std::unordered_set::get_allocator 的声明。

C++11

allocator_type get_allocator() const noexcept;

参数

没有任何

返回值

它返回分配器。

例外情况

如果任何元素比较对象抛出异常,则抛出异常。

请注意,无效参数会导致未定义的行为。

时间复杂度

恒定时间。

无序集.htm