A metafunction for calculating the return type of proto::eval()
given a certain Expr
and Context
types.
More...
#include <proto_fwd.hpp>
Public Types | |
typedef Context::template eval < Expr >::result_type | type |
A metafunction for calculating the return type of proto::eval()
given a certain Expr
and Context
types.
Expr
and Context
should not be reference types. They may be cv-qualified, but the cv-qualification on the Context
parameter is ignored. typedef Context::template eval<Expr>::result_type boost::proto::result_of::eval< Expr, Context >::type |