![]() |
Home | Libraries | People | FAQ | More |
Contains the definition of the match_results type and associated helpers. The match_results type holds the results of a regex_match() or regex_search() operation.
namespace boost { namespace xpressive { template<typename BidiIter> struct match_results; template<typename BidiIter> struct regex_id_filter_predicate; } }