Searched defs:regex_iterator_impl (Results 1 – 1 of 1) sorted by relevance
32 struct regex_iterator_impl struct35 typedef detail::core_access<BidiIter> access;37 regex_iterator_impl in regex_iterator_impl() argument57 bool next() in next()74 bool equal_to(regex_iterator_impl<BidiIter> const &that) const in equal_to()84 basic_regex<BidiIter> rex_;85 match_results<BidiIter> what_;86 match_state<BidiIter> state_;87 regex_constants::match_flag_type const flags_;88 bool not_null_;