Return true if this list has no elements, and false otherwise.
Synopsis
Declared in <bslstl_list.h>
bool
empty() const noexcept;
Return Value
true if this list is empty
Created with MrDocs
Return true if this list has no elements, and false otherwise.
Declared in <bslstl_list.h>
bool
empty() const noexcept;
true if this list is empty
Created with MrDocs