Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/dynamic/
Dparser_traits.hpp37 struct compiler_traits struct
39 typedef RegexTraits regex_traits;
40 typedef typename regex_traits::char_type char_type;
41 typedef typename regex_traits::string_type string_type;
42 typedef typename regex_traits::locale_type locale_type;
46 explicit compiler_traits(RegexTraits const &traits = RegexTraits()) in compiler_traits() argument
56 regex_constants::syntax_option_type flags() const in flags()
63 void flags(regex_constants::syntax_option_type flags) in flags()
70 regex_traits &traits() in traits()
75 regex_traits const &traits() const in traits()
[all …]