boost::xpressive::op::matched
struct matched { // types typedef bool result_type; // public member functions template<typename Sub> bool operator()(Sub const &) const; };
matched
template<typename Sub> bool operator()(Sub const & sub) const;