Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template cref

boost::xpressive::cref

Synopsis

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


template<typename T> reference< T const  > const cref(T const & t);

Description

cref()


PrevUpHomeNext