Searched refs:regex_holder (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/range/adaptor/ |
D | tokenized.hpp | 53 struct regex_holder struct 59 regex_holder( const T& rex, const U& subm, V flag ) : in regex_holder() argument 64 void operator=(const regex_holder&); 70 regex_holder<Regex,int,regex_constants::match_flag_type> 76 return regex_holder<Regex,int, in operator ()() 81 regex_holder<Regex,Submatch,regex_constants::match_flag_type> 87 return regex_holder<Regex,Submatch, in operator ()() 95 const regex_holder<R,S,F>& f ) in operator |() 103 const regex_holder<R,S,F>& f ) in operator |()
|