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