Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/utility/chset/
Dchset.hpp29 struct compound_charset struct
32 typedef typename Traits::char_type char_type;
33 typedef basic_chset<char_type> base_type;
34 typedef Traits traits_type;
35 typedef typename Traits::char_class_type char_class_type;
37 compound_charset() in compound_charset() function
48 basic_chset<char_type> const &base() const in base()
53 bool is_inverted() const in is_inverted()
58 char_class_type posix_yes() const in posix_yes()
63 std::vector<char_class_type> const &posix_no() const in posix_no()
[all …]