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