Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Global make_pair

boost::xpressive::make_pair — make_pair is a lazy PolymorphicFunctionObject for making a std::pair<> in an xpressive semantic action.

Synopsis

// In header: <boost/xpressive/regex_actions.hpp>

function< op::make_pair >::type const make_pair;

PrevUpHomeNext