Copy‐construct a hash set using the specified allocator.

Synopsis

Declared in <bslstp_hashset.h>

hash_set(
    _Self const& __x,
    allocator_type const& __a);

Parameters

Name

Description

__x

hash set whose elements are copied

__a

allocator used to supply memory

Created with MrDocs