|
Claw 1.7.3
|
Fuction object to get the second element of a std::pair. More...
#include <functional.hpp>
Public Types | |
| using | argument_type = std::pair<T1, T2>& |
| using | result_type = T2& |
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 110 of file functional.hpp.
| using claw::second< T1, T2 >::argument_type = std::pair<T1, T2>& |
Definition at line 113 of file functional.hpp.
| using claw::second< T1, T2 >::result_type = T2& |
Definition at line 114 of file functional.hpp.
|
inline |
Definition at line 117 of file functional.hpp.