[#BloombergLP-bdlc-FlatHashTable-k_MIN_CAPACITY] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::k_MIN_CAPACITY :relfileprefix: ../../../ :mrdocs: Minimum non‐zero table capacity (two control groups). == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t const k_MIN_CAPACITY = 2 * GroupControl::k_SIZE; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#