![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::as
// In header: <boost/xpressive/regex_actions.hpp> template<typename T> struct as { // types typedef T result_type; // public member functions template<typename Value> T operator()(Value const &) const; T operator()(csub_match const &) const; T operator()(wcsub_match const &) const; T operator()(ssub_match const &) const; T operator()(wssub_match const &) const; template<typename BidiIter> T operator()(sub_match< BidiIter > const &) const; };
as
public member functionstemplate<typename Value> T operator()(Value const & val) const;
T operator()(csub_match const & val) const;
T operator()(wcsub_match const & val) const;
T operator()(ssub_match const & val) const;
T operator()(wssub_match const & val) const;
template<typename BidiIter> T operator()(sub_match< BidiIter > const & val) const;