Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
select2nd Struct Reference
Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms.
More...
#include <STLHelper.hpp>
Inheritance diagram for select2nd:
Collaboration diagram for select2nd:
List of all members.
Public Types
Public Methods
- result_type operator() (const typename argument_type& thePair) const
- Retrieve the value of a key-value pair. More...
Detailed Description
template<class PairType> struct select2nd
Functor to retrieve the value of a key-value pair in a map, used in STL iteration algorithms.
Member Typedef Documentation
template<class PairType>
typedef PairType select2nd<PairType>::value_type |
|
Member Function Documentation
template<class PairType>
result_type select2nd<PairType>::operator() (
|
const typename argument_type & thePair) const |
|
Retrieve the value of a key-value pair.
-
Parameters:
-
-
Returns:
-
value
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++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|