[#BloombergLP-bdlc-FlatHashTable-k_HASHLET_MASK] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::k_HASHLET_MASK :relfileprefix: ../../../ :mrdocs: Mask extracting the 7‐bit hashlet from a full hash value. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int8_t const k_HASHLET_MASK = 0x7f; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#