Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template result<>

boost::proto::functional::left::result<This(Expr)>

Synopsis

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


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

PrevUpHomeNext