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

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

#include <misc_types.h>

List of all members.

Public Member Functions

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

Detailed Description

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

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

Definition at line 230 of file misc_types.h.


Member Function Documentation

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

Definition at line 231 of file misc_types.h.

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

Definition at line 234 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