CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Fuction object to get the second element of a std::pair. More...
#include <functional.hpp>
Public Member Functions | |
const_pair_second () | |
template<typename F , typename S > | |
const_pair_second (const second< F, S > &) |
Fuction object to get the second element of a std::pair.
Definition at line 152 of file functional.hpp.
claw::const_pair_second< Pair >::const_pair_second | ( | ) | [inline] |
Definition at line 156 of file functional.hpp.
{}
claw::const_pair_second< Pair >::const_pair_second | ( | const second< F, S > & | ) | [inline] |
Definition at line 159 of file functional.hpp.
{}