Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.6
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
select1st Template Struct Reference
Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms.
More...
#include <STLHelper.hpp>
Inheritance diagram for select1st
Collaboration diagram for select1st:
List of all members.
Public Types
Public Methods
Detailed Description
template<class PairType> template struct select1st
Functor to retrieve the key of a key-value pair in a map, used in STL iteration algorithms.
Member Typedef Documentation
template<classPairType> |
typedef std::unary_function<PairType, typename PairType::first_type> select1st<PairType>::BaseClassType
|
|
template<classPairType> |
typedef BaseClassType::argument_type select1st<PairType>::argument_type
|
|
template<classPairType> |
typedef BaseClassType::result_type select1st<PairType>::result_type
|
|
template<classPairType> |
typedef PairType select1st<PairType>::value_type
|
|
Member Function Documentation
Retrieve the key of a key-value pair.
-
Parameters:
-
-
Returns:
-
key
The documentation for this struct was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.
|
|