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

make_pair is a PolymorphicFunctionObject for building a std::pair out of two parameters More...

#include <regex_actions.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

make_pair is a PolymorphicFunctionObject for building a std::pair out of two parameters

Member Function Documentation

template<typename First , typename Second >
std::pair<First, Second> boost::xpressive::op::make_pair::operator() ( First const &  first,
Second const &  second 
) const
inline
Parameters
firstThe first element of the pair
secondThe second element of the pair
Returns
std::make_pair(first, second)

References boost::xpressive::make_pair.


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