The UnorderedSetKeyConfiguration type.

Synopsis

Declared in <bslstl_unorderedsetkeyconfiguration.h>

template<class VALUE_TYPE>
struct UnorderedSetKeyConfiguration;

Type Aliases

Name

Description

KeyType

This typedef is an alias for KeyType.

ValueType

This typedef is an alias for ValueType.

Static Member Functions

Name

Description

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.

Created with MrDocs