BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE > Struct Template Reference

#include <bslstl_unorderedsetkeyconfiguration.h>

Public Types

typedef VALUE_TYPE ValueType
 
typedef ValueType KeyType
 

Static Public Member Functions

static const KeyTypeextractKey (const VALUE_TYPE &object)
 

Member Typedef Documentation

◆ KeyType

template<class VALUE_TYPE >
typedef ValueType bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::KeyType

◆ ValueType

template<class VALUE_TYPE >
typedef VALUE_TYPE bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::ValueType

Member Function Documentation

◆ extractKey()

template<class VALUE_TYPE >
const UnorderedSetKeyConfiguration< VALUE_TYPE >::KeyType & bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::extractKey ( const VALUE_TYPE &  object)
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.


The documentation for this struct was generated from the following file: