![]() |
Home | Libraries | People | FAQ | More |
Contains the definition of the null_regex_traits<> template, which is a stub regex traits implementation that can be used by static and dynamic regexes for searching non-character data.
namespace boost { namespace xpressive { template<typename Elem> struct null_regex_traits; } }