Create an empty hash set using the specified __a allocator.

Synopsis

Declared in <bslstp_hashset.h>

explicit
hash_set(allocator_type const& __a);

Parameters

Name

Description

__a

allocator used to supply memory

Created with MrDocs