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