...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::proto::eval — Evaluate a given Proto expression with a given context.
// In header: <boost/proto/eval.hpp> template<typename Expr, typename Context> typename proto::result_of::eval< Expr, Context >::type eval(Expr & expr, Context & context); template<typename Expr, typename Context> typename proto::result_of::eval< Expr, Context >::type eval(Expr & expr, Context const & context);