[#BloombergLP-bdlc-FlatHashMap_EntryUtil-construct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashMap_EntryUtil.adoc[FlatHashMap_EntryUtil]::construct :relfileprefix: ../../../ :mrdocs: Construct an `ENTRY` in‐place at the specified `entry`. == Synopsis Declared in `<bdlc_flathashmap.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); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *entry* | address at which to construct the entry | *allocator* | allocator used to supply memory | *args* | arguments forwarded to the entry constructor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#