Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::transform::result<This(Expr, State, Data)>

Synopsis

// In header: <boost/proto/transform/impl.hpp>


template<typename This, typename Expr, typename State, typename Data> 
struct result<> {
  // types
  typedef  ;
};

PrevUpHomeNext