make_pair
is a PolymorphicFunctionObject for building a std::pair
out of two parameters
More...
#include <regex_actions.hpp>
|
template<typename First , typename Second > |
std::pair< First, Second > | operator() (First const &first, Second const &second) const |
|
make_pair
is a PolymorphicFunctionObject for building a std::pair
out of two parameters
template<typename First , typename Second >
std::pair<First, Second> boost::xpressive::op::make_pair::operator() |
( |
First const & |
first, |
|
|
Second const & |
second |
|
) |
| const |
|
inline |
- Parameters
-
first | The first element of the pair |
second | The 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: