Home | Libraries | People | FAQ | More |
boost::xpressive::op::matched
// In header: <boost/xpressive/regex_actions.hpp> struct matched { // types typedef bool result_type; // public member functions template<typename Sub> bool operator()(Sub const &) const; };