|  | Home | Libraries | People | FAQ | More | 
boost::proto::not_::impl
// In header: <boost/proto/matches.hpp> template<typename Expr, typename State, typename Data> struct impl : proto::transform_impl<Expr, State, Data> { // types typedef Expr result_type; // public member functions Expr operator()(typename impl::expr_param, typename impl::state_param, typename impl::data_param) const; };
impl public member functionsExpr operator()(typename impl::expr_param expr, typename impl::state_param, typename impl::data_param) const;
| Parameters: | 
 | ||
| Requires: | 
                   | ||
| Returns: | 
                   |