NCBI C++ ToolKit
Public Types | Static Public Member Functions | List of all members
PKeyValueSelf< Value > Class Template Reference

Search Toolkit Book for PKeyValueSelf

#include <util/static_set.hpp>

Public Types

typedef Value value_type
 
typedef value_type key_type
 
typedef value_type mapped_type
 

Static Public Member Functions

static const key_typeget_key (const value_type &value)
 
static const mapped_typeget_mapped (const value_type &value)
 
static mapped_typeget_mapped (value_type &value)
 

Detailed Description

template<class Value>
class PKeyValueSelf< Value >

Definition at line 117 of file static_set.hpp.

Member Typedef Documentation

◆ key_type

template<class Value >
typedef value_type PKeyValueSelf< Value >::key_type

Definition at line 121 of file static_set.hpp.

◆ mapped_type

template<class Value >
typedef value_type PKeyValueSelf< Value >::mapped_type

Definition at line 122 of file static_set.hpp.

◆ value_type

template<class Value >
typedef Value PKeyValueSelf< Value >::value_type

Definition at line 120 of file static_set.hpp.

Member Function Documentation

◆ get_key()

template<class Value >
static const key_type& PKeyValueSelf< Value >::get_key ( const value_type value)
inlinestatic

Definition at line 124 of file static_set.hpp.

References value.

◆ get_mapped() [1/2]

template<class Value >
static const mapped_type& PKeyValueSelf< Value >::get_mapped ( const value_type value)
inlinestatic

Definition at line 128 of file static_set.hpp.

References value.

◆ get_mapped() [2/2]

template<class Value >
static mapped_type& PKeyValueSelf< Value >::get_mapped ( value_type value)
inlinestatic

Definition at line 132 of file static_set.hpp.

References value.


The documentation for this class was generated from the following file:
Modified on Sat Dec 02 09:20:07 2023 by modify_doxy.py rev. 669887