Create an empty map with at least the specified capacity, hash, and equal predicate; optionally use basicAllocator.
Declared in <bdlc_flathashmap.h>
FlatHashMap(
std::size_t capacity,
HASH const& hash,
EQUAL const& equal,
bslma::Allocator* basicAllocator = 0);