Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
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;