forward_list::get_allocator

返回用于转接列表的分配器对象的副本。

allocator_type get_allocator() const;

返回值

存储的 allocator 对象。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list::allocator_type

forward_list 类