Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms.
Definition at line 185 of file STLHelper.hpp.
typedef BaseClassType::argument_type select2nd< PairType >::argument_type |
Definition at line 195 of file STLHelper.hpp.
typedef std::unary_function<PairType, typename PairType::second_type> select2nd< PairType >::BaseClassType |
Definition at line 191 of file STLHelper.hpp.
typedef BaseClassType::result_type select2nd< PairType >::result_type |
Definition at line 194 of file STLHelper.hpp.
typedef PairType select2nd< PairType >::value_type |
Definition at line 197 of file STLHelper.hpp.
result_type select2nd< PairType >::operator() | ( | const argument_type & | thePair | ) | const [inline] |
Retrieve the value of a key-value pair.
thePair | key-value pair |
Definition at line 206 of file STLHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|