Copy‐construct a hash multimap using the specified allocator.

Synopsis

Declared in <bslstp_hashmap.h>

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

Parameters

Name

Description

__x

hash multimap whose value is copied

__a

allocator used to supply memory

Created with MrDocs