Create an empty set with at least the specified capacity.
Synopsis
Declared in <bdlc_flathashset.h>
explicit
FlatHashSet(std::size_t capacity);
Parameters
Name |
Description |
capacity |
minimum initial capacity of the underlying array |
Created with MrDocs