![]() |
Home | Libraries | People | FAQ | More |
Contains the definition of the cpp_regex_traits<> template, which is a wrapper for std::locale that can be used to customize the behavior of static and dynamic regexes.
namespace boost { namespace xpressive { template<typename Char> struct cpp_regex_traits; template<> struct has_fold_case<cpp_regex_traits< char >>; } }