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

INTERNAL ONLY. More...

#include <fusion.hpp>

Inheritance diagram for boost::proto::eval_fun< Context >:
Collaboration diagram for boost::proto::eval_fun< Context >:

Classes

struct  result
 
struct  result< This(Expr &)>
 
struct  result< This(Expr)>
 

Public Types

typedef void proto_is_callable_
 

Public Member Functions

 eval_fun (Context &ctx)
 
template<typename Expr >
proto::result_of::eval< Expr,
Context >::type 
operator() (Expr &e) const
 
template<typename Expr >
proto::result_of::eval< Expr
const, Context >::type 
operator() (Expr const &e) const
 

Detailed Description

template<typename Context>
struct boost::proto::eval_fun< Context >

INTERNAL ONLY.

Member Typedef Documentation

Constructor & Destructor Documentation

template<typename Context >
boost::proto::eval_fun< Context >::eval_fun ( Context &  ctx)
inlineexplicit

Member Function Documentation

template<typename Context >
template<typename Expr >
proto::result_of::eval<Expr, Context>::type boost::proto::eval_fun< Context >::operator() ( Expr &  e) const
inline

References boost::proto::eval().

template<typename Context >
template<typename Expr >
proto::result_of::eval<Expr const, Context>::type boost::proto::eval_fun< Context >::operator() ( Expr const &  e) const
inline

References boost::proto::eval().


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