Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/
Dregex_token_iterator.hpp32 struct regex_token_iterator_impl struct
35 typedef sub_match<BidiIter> value_type;
37 regex_token_iterator_impl in regex_token_iterator_impl() function
58 bool next() in next()
80 bool equal_to(regex_token_iterator_impl<BidiIter> const &that) const in equal_to()
85 regex_iterator_impl<BidiIter> iter_;
86 value_type result_;
87 int n_;
88 std::vector<int> subs_;