Searched defs:literal_matcher (Results 1 – 2 of 2) sorted by relevance
28 struct literal_matcher struct31 typedef typename Traits::char_type char_type;32 typedef Not not_type;33 typedef ICase icase_type;34 char_type ch_;36 explicit literal_matcher(char_type ch) in literal_matcher() argument40 literal_matcher(char_type ch, Traits const &tr) in literal_matcher() function45 bool match(match_state<BidiIter> &state, Next const &next) const in match()
84 typedef literal_matcher<Traits, mpl::false_, mpl::true_> literal_matcher; in make_any_xpression() typedef