BloombergLP::bdlc::FlatHashMap::FlatHashMap

Create an empty map with at least the specified capacity, hash, and equal predicate; optionally use basicAllocator.

Synopsis

Declared in <bdlc_flathashmap.h>

FlatHashMap(
    std::size_t capacity,
    HASH const& hash,
    EQUAL const& equal,
    bslma::Allocator* basicAllocator = 0);