Public Member Functions
Clasp::select2nd< P > Struct Template Reference

An unary operator function that returns the second value of a std::pair. More...

#include <misc_types.h>

List of all members.

Public Member Functions

P::second_type & operator() (P &x) const
const P::second_type & operator() (const P &x) const

Detailed Description

template<class P>
struct Clasp::select2nd< P >

An unary operator function that returns the second value of a std::pair.

Definition at line 241 of file misc_types.h.


Member Function Documentation

template<class P >
P::second_type& Clasp::select2nd< P >::operator() ( P &  x) const [inline]

Definition at line 242 of file misc_types.h.

template<class P >
const P::second_type& Clasp::select2nd< P >::operator() ( const P &  x) const [inline]

Definition at line 245 of file misc_types.h.


The documentation for this struct was generated from the following file:


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41