forward_list::pop_front

删除转接列表开头的元素。

void pop_front();

备注

正向列表的第一个元素必须非空。

成员函数不引发异常。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list 类