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