Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/traits/
Dcpp_regex_traits.hpp317 struct cpp_regex_traits struct
320 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() argument
340 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 …]
/third_party/boost/boost/regex/v4/
Dcpp_regex_traits.hpp912 class cpp_regex_traits class
925 cpp_regex_traits() in cpp_regex_traits() function in boost::cpp_regex_traits