forward_list::const_pointer

提供了指向有关在转发的一个 const 元素的类型的列表。

typedef typename Allocator::const_pointer
    const_pointer;

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list Class