BloombergLP::bdlc::FlatHashMap_EntryUtil

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>

template<
    class KEY,
    class VALUE,
    class ENTRY>
struct FlatHashMap_EntryUtil;

Static Member Functions

NameDescription
construct Construct an ENTRY in-place at the specified entry.
constructFromKey Construct an ENTRY from key and a default-constructed value.
key Return the key of the specified entry.