claw
1.9.0
|
Fuction object to get the second element of a std::pair. More...
#include <functional.hpp>
Public Member Functions | |
template<typename F , typename S > | |
const_pair_second (const second< F, S > &) | |
![]() | |
const Pair::second_type & | operator() (const std::pair< Pair::first_type, Pair::second_type > &p) const |
Additional Inherited Members | |
![]() | |
using | argument_type = const std::pair< Pair::first_type, Pair::second_type > & |
using | result_type = const Pair::second_type & |
Fuction object to get the second element of a std::pair.
Definition at line 157 of file functional.hpp.