BloombergLP::bslstl::UnorderedSetKeyConfiguration

The UnorderedSetKeyConfiguration type.

Synopsis

Declared in <bslstl_unorderedsetkeyconfiguration.h>

template<class VALUE_TYPE>
struct UnorderedSetKeyConfiguration;

Type Aliases

NameDescription
KeyType This typedef is an alias for KeyType.
ValueType This typedef is an alias for ValueType.

Static Member Functions

NameDescription
extractKey Given a specified object, return a reference to the KeyType contained within that object. In this case, the KeyType returned is simply the object itself.