forward_list::get_allocator
返回用于转接列表的分配器对象的副本。
allocator_type get_allocator() const;
返回值
存储的 allocator 对象。
要求
标头: <forward_list>
命名空间: std
返回用于转接列表的分配器对象的副本。
allocator_type get_allocator() const;
存储的 allocator 对象。
标头: <forward_list>
命名空间: std