Boost C++ 库

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

结构体模板 impl - Boost C++ 函数库
PrevUpHomeNext

结构体模板 impl

boost::proto::reverse_fold_tree::impl

提要

// In header: <boost/proto/transform/fold_tree.hpp>


template<typename Expr, typename State, typename Data> 
struct impl :  
    proto::reverse_fold<Sequence, State0, recurse_if_<typename Expr::proto_tag, Fun> >
      ::template impl<Expr, State, Data>
{
};

PrevUpHomeNext