Quick Links:

bal | bbl | bdl | bsl

Public Types | Static Public Member Functions

bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE > Struct Template Reference

#include <bslstl_unorderedsetkeyconfiguration.h>

List of all members.

Public Types

typedef VALUE_TYPE ValueType
typedef ValueType KeyType

Static Public Member Functions

static const KeyTypeextractKey (const VALUE_TYPE &object)

template<class VALUE_TYPE>
struct bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >


Member Typedef Documentation

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

Member Function Documentation

template<class VALUE_TYPE>
static const KeyType& bslstl::UnorderedSetKeyConfiguration< VALUE_TYPE >::extractKey ( const VALUE_TYPE &  object  )  [static]

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: