Boost C++ 库

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

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

结构模板 flatten

boost::proto::result_of::flatten — 计算 proto::flatten() 返回类型的元函数

提要

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

template<typename Expr> 
struct flatten {
  // types
  typedef unspecified type;  // A Fusion Forward Sequence
};

PrevUpHomeNext