Create an empty map with at least the specified capacity, using the specified basicAllocator.
Synopsis
Declared in <bdlc_flathashmap.h>
FlatHashMap(
std::size_t capacity,
bslma::Allocator* basicAllocator);
Created with MrDocs