Searched defs:regex_traits (Results 1 – 4 of 4) sorted by relevance
74 struct regex_traits struct77 typedef typename Impl::locale_type locale_type;79 regex_traits() in regex_traits() function84 explicit regex_traits(locale_type const &loc) in regex_traits() argument
73 struct regex_traits : public implementationT struct75 regex_traits() : implementationT() {} in regex_traits() argument
77 typedef typename CompilerTraits::regex_traits regex_traits; in parse_escape() typedef
39 typedef RegexTraits regex_traits; typedef