Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dconcepts.hpp286 struct BaseRegexConcept struct
288 typedef typename Regex::value_type value_type;
290 typedef typename Regex::flag_type flag_type;
291 typedef typename Regex::locale_type locale_type;
292 typedef input_iterator_archetype<value_type> input_iterator_type;
295 typedef const value_type* pointer_type;
296 typedef bidirectional_iterator_archetype<value_type> BidiIterator;
297 typedef global_regex_namespace::sub_match<BidiIterator> sub_match_type;
298 …ex_namespace::match_results<BidiIterator, allocator_architype<sub_match_type> > match_results_type;
299 typedef global_regex_namespace::match_results<BidiIterator> match_results_default_type;
[all …]