Return the number of elements in this multimap.
Synopsis
Declared in <bslstl_multimap.h>
multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::size_type
size() const noexcept;
Return Value
number of elements
Created with MrDocs
Return the number of elements in this multimap.
Declared in <bslstl_multimap.h>
multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::size_type
size() const noexcept;
number of elements
Created with MrDocs