Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::default_generator::result<This(Expr)>

Synopsis

// In header: <boost/proto/generate.hpp>


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

PrevUpHomeNext