Return the number of elements in this unordered multimap.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::size_type
size() const noexcept;
Created with MrDocs