BDE 4.14.0 Production release
|
#include <bslstl_unorderedsetkeyconfiguration.h>
Public Types | |
typedef VALUE_TYPE | ValueType |
typedef ValueType | KeyType |
Static Public Member Functions | |
static const KeyType & | extractKey (const VALUE_TYPE &object) |
typedef ValueType bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::KeyType |
typedef VALUE_TYPE bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::ValueType |
|
inlinestatic |
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.