Fuction object to get the second element of a std::pair. More...
#include <functional.hpp>
Public Types | |
using | argument_type = const std::pair<T1, T2>& |
using | result_type = const T2& |
Public Member Functions | |
const T2 & | operator() (const std::pair< T1, T2 > &p) const |
Fuction object to get the second element of a std::pair.
Definition at line 123 of file functional.hpp.
using claw::const_second< T1, T2 >::argument_type = const std::pair<T1, T2>& |
Definition at line 126 of file functional.hpp.
using claw::const_second< T1, T2 >::result_type = const T2& |
Definition at line 127 of file functional.hpp.
|
inline |
Definition at line 130 of file functional.hpp.