Copy‐construct a hash table using the specified allocator.

Synopsis

Declared in <bslstp_hashtable.h>

hashtable(
    _Self const& __ht,
    allocator_type const& __a);

Parameters

Name

Description

__ht

hash table whose value is copied

__a

allocator used to supply memory

Created with MrDocs