object::empty
Return whether there are no elements.
Synopsis
bool
empty() const noexcept;
Description
Returns true
if there are no elements in the container, i.e. size()
returns 0.
Complexity
Constant.
Exception Safety
No-throw guarantee.