A PolymorphicFunctionObject type that returns the first element of a std::pair. More...
#include <utility.hpp>
Classes | |
| struct | result |
| struct | result< This(Pair &)> |
| struct | result< This(Pair const &)> |
| struct | result< This(Pair)> |
Public Member Functions | |
| template<typename Pair > | |
| Pair::first_type & | operator() (Pair &pair) const |
| template<typename Pair > | |
| Pair::first_type const & | operator() (Pair const &pair) const |
A PolymorphicFunctionObject type that returns the first element of a std::pair.
A PolymorphicFunctionObject type that returns the first element of a std::pair..
|
inline |
|
inline |