Quick Links:

bal | bbl | bdl | bsl

Public Types | Static Public Member Functions

bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE > Struct Template Reference

#include <bslstl_unorderedmapkeyconfiguration.h>

List of all members.

Public Types

typedef VALUE_TYPE ValueType
typedef KEY KeyType

Static Public Member Functions

static const KeyTypeextractKey (const VALUE_TYPE &obj)

template<class KEY, class VALUE_TYPE>
struct bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE >


Member Typedef Documentation

template<class KEY, class VALUE_TYPE>
typedef VALUE_TYPE bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE >::ValueType
template<class KEY, class VALUE_TYPE>
typedef KEY bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE >::KeyType

Member Function Documentation

template<class KEY, class VALUE_TYPE>
static const KeyType& bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE >::extractKey ( const VALUE_TYPE &  obj  )  [static]

Return the member first of the specified object obj. obj.first must be of type VALUE_TYPE::first_type, which is the key portion of obj.


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