Home | Libraries | People | FAQ | More |
boost::xpressive::by_ref — Embed a regex object by reference.
// In header: <boost/xpressive/regex_primitives.hpp> template<typename BidiIter> proto::terminal< reference_wrapper< basic_regex< BidiIter > const > >::type const by_ref(basic_regex< BidiIter > const & rex);