![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::regex_id_filter_predicate
// In header: <boost/xpressive/xpressive_fwd.hpp> template<typename BidiIter> struct regex_id_filter_predicate { // 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;