Searched defs:cpp_regex_traits (Results 1 – 2 of 2) sorted by relevance
317 struct cpp_regex_traits struct320 typedef Char char_type;321 typedef std::basic_string<char_type> string_type;322 typedef std::locale locale_type;323 typedef detail::umaskex_t char_class_type;324 typedef regex_traits_version_2_tag version_tag;325 typedef detail::cpp_regex_traits_base<Char> base_type;330 cpp_regex_traits(locale_type const &loc = locale_type()) in cpp_regex_traits() argument340 bool operator ==(cpp_regex_traits<char_type> const &that) const in operator ==()348 bool operator !=(cpp_regex_traits<char_type> const &that) const in operator !=()[all …]
912 class cpp_regex_traits class925 cpp_regex_traits() in cpp_regex_traits() function in boost::cpp_regex_traits