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

INTERNAL ONLY. More...

#include <default.hpp>

Inheritance diagram for boost::proto::context::memfun_eval< Expr, Context, IsMemFunCall >:

Public Types

typedef detail::mem_ptr_fun
< r0, r1 >::result_type 
result_type
 

Public Member Functions

result_type operator() (Expr &expr, Context &ctx) const
 

Detailed Description

template<typename Expr, typename Context, bool IsMemFunCall>
struct boost::proto::context::memfun_eval< Expr, Context, IsMemFunCall >

INTERNAL ONLY.

Member Typedef Documentation

template<typename Expr, typename Context, bool IsMemFunCall>
typedef detail::mem_ptr_fun<r0, r1>::result_type boost::proto::context::memfun_eval< Expr, Context, IsMemFunCall >::result_type

Member Function Documentation

template<typename Expr, typename Context, bool IsMemFunCall>
result_type boost::proto::context::memfun_eval< Expr, Context, IsMemFunCall >::operator() ( Expr &  expr,
Context &  ctx 
) const
inline

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