共用方式為


forward_list::cend

傳回處理成功最後一個項目的位置向前清單的const Iterator。

const_reference cend() const;

傳回值

該順向的 Iterator 指向這個序列結尾點。

需求

標題: <forward_list>

命名空間: std

請參閱

參考

forward_list Class