forward_list::const_reference

提供对forward list中的元素的常量引用的类型。

typedef typename Allocator::const_reference const_reference;

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list 类