...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::xpressive::regex_id_filter_predicate
// In header: <boost/xpressive/match_results.hpp> template<typename BidiIter> struct regex_id_filter_predicate { // construct/copy/destruct regex_id_filter_predicate(regex_id_type); // public member functions bool operator()(match_results< BidiIter > const &) const; };
regex_id_filter_predicate
public member functionsbool operator()(match_results< BidiIter > const & res) const;