Fuction object to get the first element of a std::pair. More...
#include <functional.hpp>
Public Member Functions | |
T1 & | operator() (std::pair< T1, T2 > &p) const |
Fuction object to get the first element of a std::pair.
Definition at line 44 of file functional.hpp.
T1& claw::first< T1, T2 >::operator() | ( | std::pair< T1, T2 > & | p | ) | const [inline] |
Definition at line 47 of file functional.hpp.