Boost C++ 库

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

结构体模板占位符 - Boost C++ 函数库
PrevUpHomeNext

结构体模板占位符

boost::yap::placeholder

提要

// In header: <boost/yap/algorithm_fwd.hpp>

template<long long I> 
struct placeholder : public hana::llong< I > {
};

描述

用于表示占位符终结符的索引的类型。


PrevUpHomeNext