Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global front

boost::xpressive::front — front is a lazy PolymorphicFunctionObject for fetching the front element of a sequence in an xpressive semantic action.

Synopsis

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

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

PrevUpHomeNext