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