[#BloombergLP-bdlc-FlatHashSet_EntryUtil-construct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashSet_EntryUtil.adoc[FlatHashSet_EntryUtil]::construct :relfileprefix: ../../../ :mrdocs: Load into the specified `entry` the `ENTRY` value constructed from specified `args`, using the specified `allocator` to supply memory. `allocator` is ignored if the (template parameter) type `ENTRY` is not allocator aware. == Synopsis Declared in `<bdlc_flathashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... ARGS> static void construct( ENTRY* entry, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator, ARGS&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#