Boost C++ 库

...当今世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

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

结构体模板 impl

boost::proto::assign::impl

提要

// In header: <boost/proto/traits.hpp>


template<typename Expr, typename State, typename Data> 
struct impl :  proto::pass_through<assign>::template impl<Expr, State, Data> {
};

PrevUpHomeNext