BloombergLP::bdlc::FlatHashSet_EntryUtil

This templated utility provides methods to construct an ENTRY and a method to extract the key from an ENTRY (which is, identically, the ENTRY).

Synopsis

Declared in <bdlc_flathashset.h>

template<class ENTRY>
struct FlatHashSet_EntryUtil;

Static Member Functions

NameDescription
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.