forward_list::front

返回转接列表中首个元素的引用。

reference front();
const_reference front() const;

返回值

控制为序列中的第一个元素的引用,必须非空。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list 类