![]() |
Home | Libraries | People | FAQ | More |
Contains the definition of regex_compiler, a factory for building regex objects from strings.
namespace boost { namespace xpressive { template<typename BidiIter, typename RegexTraits, typename CompilerTraits> struct regex_compiler; } }