Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global insert

boost::xpressive::insert — insert is a lazy PolymorphicFunctionObject for inserting a value or a range of values into a sequence in an xpressive semantic action.

Synopsis

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

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

PrevUpHomeNext