forward_list::allocator_type

表示转发列表分配器类的类型对象。

typedef Allocator allocator_type;

备注

allocator_type 是通过模板参数分配程序的同义词。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list 类