Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms.
Definition at line 148 of file STLHelper.hpp.
typedef BaseClassType::argument_type select1st< PairType >::argument_type |
Definition at line 158 of file STLHelper.hpp.
typedef std::unary_function<PairType, typename PairType::first_type> select1st< PairType >::BaseClassType |
Definition at line 154 of file STLHelper.hpp.
typedef BaseClassType::result_type select1st< PairType >::result_type |
Definition at line 157 of file STLHelper.hpp.
typedef PairType select1st< PairType >::value_type |
Definition at line 160 of file STLHelper.hpp.
result_type select1st< PairType >::operator() | ( | const argument_type & | thePair | ) | const [inline] |
Retrieve the key of a key-value pair.
thePair | key-value pair |
Definition at line 169 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 |
|