Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

结构模板求值 - Boost C++ 函数库
PrevUpHomeNext

结构模板求值

boost::proto::context::null_context::eval

提要

// In header: <boost/proto/context/null.hpp>


template<typename Expr, typename ThisContext = null_context const> 
struct eval :  proto::context::null_eval< Expr, ThisContext > {
};

PrevUpHomeNext