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::default_eval< Expr, Context, proto::tag::bitwise_and_assign, 2 > Struct Template Reference

#include <default.hpp>

Public Member Functions

 BOOST_PROTO_DECLTYPE_ (proto::detail::make_mutable< r0 >()&=proto::detail::make< r1 >(), result_type) result_type operator()(Expr &expr
 

Public Attributes

Context &ctx const { return proto::eval( proto::child_c<0>(expr), ctx) &= proto::eval(proto::child_c<1>(expr) , ctx )
 

Member Function Documentation

template<typename Expr , typename Context >
boost::proto::context::default_eval< Expr, Context, proto::tag::bitwise_and_assign, 2 >::BOOST_PROTO_DECLTYPE_ ( proto::detail::make_mutable< r0 >()&  = proto::detail:: make <r1>(),
result_type   
)

Member Data Documentation

template<typename Expr , typename Context >
Context& ctx boost::proto::context::default_eval< Expr, Context, proto::tag::bitwise_and_assign, 2 >::const { return proto::eval( proto::child_c<0>(expr), ctx) &= proto::eval(proto::child_c<1>(expr) , ctx )

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