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