Return the number of elements in this unordered multiset.
Synopsis
Declared in <bslstl_unorderedmultiset.h>
unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::size_type
size() const noexcept;
Return Value
number of elements in this unordered multiset
Created with MrDocs