Claw  1.7.3
Public Member Functions | List of all members
claw::first< T1, T2 > Class Template Reference

Fuction object to get the first element of a std::pair. More...

#include <functional.hpp>

Inheritance diagram for claw::first< T1, T2 >:
unary_function

Public Member Functions

T1 & operator() (std::pair< T1, T2 > &p) const

Detailed Description

template<class T1, class T2>
class claw::first< T1, T2 >

Fuction object to get the first element of a std::pair.

Author
Julien Jorge

Definition at line 44 of file functional.hpp.


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