Boost C++ 库

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

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

结构模板的元数

boost::heap::arity — 指定元数。

提要

// In header: <boost/heap/policies.hpp>

template<unsigned int T> 
struct arity {
};

描述

指定 D 叉堆的元数


PrevUpHomeNext