共用方式為


forward_list::front

傳回第一個項目的參考向前清單。

reference front();
const_reference front() const;

傳回值

在受控制序列的第一個項目的參考,必須為非空白序列。

需求

標題: <forward_list>

命名空間: std

請參閱

參考

forward_list Class