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