Boost C++ 库

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

结构模板优先级 - Boost C++ 函数库
PrevUpHomeNext

结构模板优先级

boost::intrusive::priority

提要

// In header: <boost/intrusive/options.hpp>

template<typename Priority> 
struct priority {
};

描述

此选项设置器指定值类型的优先级比较函数对象。


PrevUpHomeNext