Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms. More...
Public Types | |
typedef std::unary_function < PairType, typename PairType::second_type > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::argument_type | argument_type |
typedef PairType | value_type |
Public Member Functions | |
result_type | operator() (const argument_type &thePair) const |
Retrieve the value of a key-value pair. More... | |
Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms.
typedef BaseClassType::argument_type select2nd< PairType >::argument_type |
typedef std::unary_function<PairType, typename PairType::second_type> select2nd< PairType >::BaseClassType |
typedef BaseClassType::result_type select2nd< PairType >::result_type |
typedef PairType select2nd< PairType >::value_type |
result_type select2nd< PairType >::operator() | ( | const argument_type & | thePair) | const |
Retrieve the value of a key-value pair.
thePair | key-value pair |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|