Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::functional::eval::result<This(Expr, Context)>

Synopsis

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


template<typename This, typename Expr, typename Context> 
struct result<> :  
    proto::result_of::eval<
      
{
};

PrevUpHomeNext