forward_list::empty
Tests whether a forward list is empty.
bool empty() const;
Return Value
true if the forward list is empty; otherwise, false.
Requirements
Header: <forward_list>
Namespace: std
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
Tests whether a forward list is empty.
bool empty() const;
true if the forward list is empty; otherwise, false.
Header: <forward_list>
Namespace: std