Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/
Dconcepts.hpp605 struct RegexConcept struct
607 typedef typename Regex::value_type value_type;
609 typedef typename Regex::flag_type flag_type;
610 typedef typename Regex::locale_type locale_type;
613 typedef const value_type* pointer_type;
614 typedef std::basic_string<value_type> string_type;
615 typedef boost::bidirectional_iterator_archetype<value_type> BidiIterator;
616 typedef global_regex_namespace::sub_match<BidiIterator> sub_match_type;
617 …ex_namespace::match_results<BidiIterator, allocator_architype<sub_match_type> > match_results_type;
618 typedef output_iterator_archetype<value_type> OutIterator;
[all …]