|
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 > &) | |
Public Member Functions inherited from claw::const_second< Pair::first_type, Pair::second_type > | |
| const Pair::second_type & | operator() (const std::pair< Pair::first_type, Pair::second_type > &p) const |
Additional Inherited Members | |
Public Types inherited from claw::const_second< Pair::first_type, Pair::second_type > | |
| 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.
1.8.14