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