![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::regex_id_filter_predicate
// In header: <boost/xpressive/match_results.hpp> template<typename BidiIter> struct regex_id_filter_predicate { // types typedef match_results< BidiIter > argument_type; typedef bool result_type; // public member functions regex_id_filter_predicate(regex_id_type); bool operator()(match_results< BidiIter > const &) const; };
regex_id_filter_predicate
public member functionsregex_id_filter_predicate(regex_id_type regex_id);
bool operator()(match_results< BidiIter > const & res) const;