Create an empty unordered multiset using the specified basicAllocator.
Synopsis
Declared in <bslstl_unorderedmultiset.h>
explicit
unordered_multiset(ALLOCATOR const& basicAllocator);
Parameters
Name |
Description |
basicAllocator |
the allocator used to supply memory |
Created with MrDocs