Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dlogical_newline_matcher.hpp27 struct logical_newline_matcher struct
30 typedef typename Traits::char_type char_type;
31 typedef typename Traits::char_class_type char_class_type;
33 logical_newline_matcher(Traits const &tr) in logical_newline_matcher() function
41 bool match(match_state<BidiIter> &state, Next const &next) const in match()
71 char_class_type newline() const in newline()
77 char_class_type newline_;
78 char_type nl_, cr_;