[#BloombergLP-bdlc-FlatHashMap_EntryUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::FlatHashMap_EntryUtil :relfileprefix: ../../ :mrdocs: This templated utility provides methods to construct an `ENTRY` and a method to extract the key from an `ENTRY`. == Synopsis Declared in `<bdlc_flathashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class VALUE, class ENTRY> struct FlatHashMap_EntryUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/FlatHashMap_EntryUtil/construct.adoc[`construct`] | Construct an `ENTRY` in‐place at the specified `entry`. | xref:BloombergLP/bdlc/FlatHashMap_EntryUtil/constructFromKey.adoc[`constructFromKey`] | Construct an `ENTRY` from `key` and a default‐constructed value. | xref:BloombergLP/bdlc/FlatHashMap_EntryUtil/key.adoc[`key`] | Return the key of the specified `entry`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#