Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/
Dregex_compiler.hpp54 struct regex_compiler struct
56 typedef BidiIter iterator_type;
57 typedef typename iterator_value<BidiIter>::type char_type;
58 typedef regex_constants::syntax_option_type flag_type;
59 typedef RegexTraits traits_type;
60 typedef typename traits_type::string_type string_type;
61 typedef typename traits_type::locale_type locale_type;
62 typedef typename traits_type::char_class_type char_class_type;
64 explicit regex_compiler(RegexTraits const &traits = RegexTraits()) in regex_compiler() argument
81 locale_type imbue(locale_type loc) in imbue()
[all …]