Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dconcepts.hpp611 struct RegexConcept struct
613 typedef typename Regex::value_type value_type;
615 typedef typename Regex::flag_type flag_type;
616 typedef typename Regex::locale_type locale_type;
619 typedef const value_type* pointer_type;
620 typedef std::basic_string<value_type> string_type;
621 typedef boost::bidirectional_iterator_archetype<value_type> BidiIterator;
622 typedef global_regex_namespace::sub_match<BidiIterator> sub_match_type;
623 …ex_namespace::match_results<BidiIterator, allocator_architype<sub_match_type> > match_results_type;
624 typedef output_iterator_archetype<value_type> OutIterator;
[all …]