regina::stl::select2nd< Pair > Struct Template Reference
[General Utility Classes]
An adaptable unary function used to select the second element of a pair.
More...
#include <stlutils.h>
List of all members.
|
Public Member Functions |
const Pair::second_type & | operator() (const Pair &x) const |
| Returns the second element of the given pair.
|
Detailed Description
template<class Pair>
struct regina::stl::select2nd< Pair >
An adaptable unary function used to select the second element of a pair.
This class is for use with the Standard Template Library.
- Precondition:
- The template argument
Pair
has a data member Pair::second
.
- Python:
- Not present.
- Author:
- This class was taken and modified from the Standard Template Library (
http://www.stlport.org/
).
Member Function Documentation
Returns the second element of the given pair.
- Parameters:
-
- Returns:
- the second element of the given pair.
The documentation for this struct was generated from the following file: