This templated utility provides methods to construct an ENTRY and a method to extract the key from an ENTRY.
Declared in <bdlc_flathashmap.h>
template<
class KEY,
class VALUE,
class ENTRY>
struct FlatHashMap_EntryUtil;
| Name | Description |
|---|---|
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. |