This templated utility provides methods to construct an ENTRY and a method to extract the key from an ENTRY (which is, identically, the ENTRY).
Declared in <bdlc_flathashset.h>
template<class ENTRY>
struct FlatHashSet_EntryUtil;
| Name | Description |
|---|---|
construct | Construct an ENTRY in-place from the specified arguments. |
constructFromKey | Construct an ENTRY in-place from the specified key. |
key | Return the key of the specified entry. |