Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::range_detail::regex_forwarder Struct Reference

#include <tokenized.hpp>

Public Member Functions

template<class Regex >
regex_holder< Regex, int,
regex_constants::match_flag_type
operator() (const Regex &re, int submatch=0, regex_constants::match_flag_type f=regex_constants::match_default) const
 
template<class Regex , class Submatch >
regex_holder< Regex, Submatch,
regex_constants::match_flag_type
operator() (const Regex &re, const Submatch &sub, regex_constants::match_flag_type f=regex_constants::match_default) const
 

Member Function Documentation

template<class Regex >
regex_holder<Regex,int,regex_constants::match_flag_type> boost::range_detail::regex_forwarder::operator() ( const Regex &  re,
int  submatch = 0,
regex_constants::match_flag_type  f = regex_constants::match_default 
) const
inline
template<class Regex , class Submatch >
regex_holder<Regex,Submatch,regex_constants::match_flag_type> boost::range_detail::regex_forwarder::operator() ( const Regex &  re,
const Submatch &  sub,
regex_constants::match_flag_type  f = regex_constants::match_default 
) const
inline

The documentation for this struct was generated from the following file: