Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<This(Expr)>

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

Synopsis

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


template<typename This, typename Expr> 
struct result<This(Expr)> {
  // types
  typedef unspecified type;
};

PrevUpHomeNext