Home
last modified time | relevance | path

Searched defs:assert_word_matcher (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/xpressive/detail/core/matcher/
Dassert_word_matcher.hpp81 struct assert_word_matcher struct
84 typedef typename Traits::char_type char_type;
85 typedef typename Traits::char_class_type char_class_type;
87 assert_word_matcher(Traits const &tr) in assert_word_matcher() argument
93 assert_word_matcher(char_class_type word) in assert_word_matcher() argument
97 bool is_word(Traits const &tr, char_type ch) const in is_word()
104 bool match(match_state<BidiIter> &state, Next const &next) const in match()
114 char_class_type word() const in word()
120 char_class_type word_;