Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::functional::make_expr::result<This(A...)>

Synopsis

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


template<typename This, typename... A> 
struct result<> :  
    proto::result_of::make_expr< Tag, Domain, A... > {
};

PrevUpHomeNext