Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::functional::make_pair Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

template<typename First , typename Second >
std::pair<First, Second> boost::proto::functional::make_pair::operator() ( First const &  first,
Second const &  second 
) const
inline

The documentation for this struct was generated from the following file: