Searched defs:set_matcher (Results 1 – 2 of 2) sorted by relevance
34 struct set_matcher struct37 typedef typename Traits::char_type char_type;38 char_type set_[ Size::value ];39 bool not_;40 bool icase_;42 set_matcher() in set_matcher() argument49 void inverse() in inverse()54 void nocase(Traits const &tr) in nocase()64 bool in_set(Traits const &tr, char_type ch) const in in_set()72 bool match(match_state<BidiIter> &state, Next const &next) const in match()
83 typedef detail::set_matcher<Traits, mpl::int_<2> > set_matcher; in make_any_xpression() typedef