Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/traits/
Dnull_regex_traits.hpp42 struct null_regex_traits struct
44 typedef Elem char_type;
45 typedef std::vector<char_type> string_type;
46 typedef detail::not_a_locale locale_type;
47 typedef int char_class_type;
48 typedef regex_traits_version_1_tag version_tag;
52 null_regex_traits(locale_type = locale_type()) in null_regex_traits() argument
59 bool operator ==(null_regex_traits<char_type> const &that) const in operator ==()
68 bool operator !=(null_regex_traits<char_type> const &that) const in operator !=()
78 char_type widen(char ch) const in widen()
[all …]