Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms. More...
Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms.
typedef BaseClassType::argument_type select1st< PairType >::argument_type |
typedef std::unary_function<PairType, typename PairType::first_type> select1st< PairType >::BaseClassType |
typedef BaseClassType::result_type select1st< PairType >::result_type |
typedef PairType select1st< PairType >::value_type |
result_type select1st< PairType >::operator() | ( | const argument_type & | thePair | ) | const |
Retrieve the key 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 |
|