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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Tests whether a forward list is empty.
bool empty() const;
true if the forward list is empty; otherwise, false.
Header: <forward_list>
Namespace: std