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

#include <bslstl_unorderedmapkeyconfiguration.h>

Public Types

typedef VALUE_TYPE ValueType
 
typedef KEY KeyType
 

Static Public Member Functions

static const KeyTypeextractKey (const VALUE_TYPE &obj)
 

Member Typedef Documentation

◆ KeyType

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

◆ ValueType

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

Member Function Documentation

◆ extractKey()

template<class KEY , class VALUE_TYPE >
const KEY & bslstl::UnorderedMapKeyConfiguration< KEY, VALUE_TYPE >::extractKey ( const VALUE_TYPE &  obj)
inlinestatic

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: