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