Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template by_ref

boost::xpressive::by_ref — Embed a regex object by reference.

Synopsis

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


template<typename BidiIter> 
  basic_regex<  
  (basic_regex<  rex);

Description

Parameters:

rex

The basic_regex object to embed by reference.


PrevUpHomeNext