forward_list::allocator_type

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

typedef Allocator allocator_type;

备注

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

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list Class