BloombergLP::bdlc::FlatHashMap_EntryUtil::construct

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_flathashmap.h>

template<class... ARGS>
static
void
construct(
    ENTRY* entry,
    bslma::Allocator* allocator,
    ARGS&&... args);