The UnorderedSetKeyConfiguration type.
Declared in <bslstl_unorderedsetkeyconfiguration.h>
template<class VALUE_TYPE>
struct UnorderedSetKeyConfiguration;
| Name | Description |
|---|---|
KeyType | This typedef is an alias for KeyType. |
ValueType | This typedef is an alias for ValueType. |
| 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. |