Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Function template ref
PrevUpHomeNext

Function template ref

boost::xpressive::ref

Synopsis

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


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

Description

ref()


PrevUpHomeNext