forward_list::empty

测试转接列表是否为空。

bool empty() const;

返回值

true,如果正向列表为空;否则,返回 false。

要求

标头: <forward_list>

命名空间: std

请参见

参考

forward_list 类