Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global first

boost::xpressive::first — first is a lazy PolymorphicFunctionObject for accessing the first element of a std::pair<> in an xpressive semantic action.

Synopsis

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

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

PrevUpHomeNext