Given a domain, a tag type and an argument list, compute the type of the expression to generate. More...
#include <proto_fwd.hpp>
Public Types | |
typedef proto::expr< Tag, Args, Args::arity > | type |
Given a domain, a tag type and an argument list, compute the type of the expression to generate.
This is either an instance of proto::expr<>
or proto::basic_expr<>
.
typedef proto::expr<Tag, Args, Args::arity> boost::proto::domainns_::base_expr< Domain, Tag, Args, WantsBasicExpr >::type |