forward_list::cend

返回解决成功最后一个元素的位置在正向列表的常量迭代器。

const_reference cend() const;

返回值

在序列之外的末尾点的仅向前迭代器。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list Class