Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::result_of::eval< Expr, Context > Struct Template Reference

A metafunction for calculating the return type of proto::eval() given a certain Expr and Context types. More...

#include <proto_fwd.hpp>

Inheritance diagram for boost::proto::result_of::eval< Expr, Context >:

Public Types

typedef Context::template eval
< Expr >::result_type 
type
 

Detailed Description

template<typename Expr, typename Context>
struct boost::proto::result_of::eval< Expr, Context >

A metafunction for calculating the return type of proto::eval() given a certain Expr and Context types.

Note
The types Expr and Context should not be reference types. They may be cv-qualified, but the cv-qualification on the Context parameter is ignored.

Member Typedef Documentation

template<typename Expr, typename Context>
typedef Context::template eval<Expr>::result_type boost::proto::result_of::eval< Expr, Context >::type

The documentation for this struct was generated from the following file: