Boost C++ 库

...世界上最受推崇、设计最精湛的 C++ 库项目之一。 Herb SutterAndrei AlexandrescuC++ Coding Standards

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

结构体模板优先级

boost::intrusive::priority

提要

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

template<typename Priority> 
struct priority {
};

描述

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


PrevUpHomeNext