A PolymorphicFunctionObject type that invokes the std::make_pair()
algorithm on its arguments.
More...
#include <utility.hpp>
Classes | |
struct | result |
struct | result< This(First, Second)> |
Public Member Functions | |
template<typename First , typename Second > | |
std::pair< First, Second > | operator() (First const &first, Second const &second) const |
A PolymorphicFunctionObject type that invokes the std::make_pair()
algorithm on its arguments.
A PolymorphicFunctionObject type that invokes the std::make_pair()
algorithm on its arguments.
|
inline |
References boost::xpressive::make_pair.