Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global second

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

Synopsis

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

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

PrevUpHomeNext