Boost C++ 库

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

PrevUpHomeNext

结构体模板比较

boost::heap::compare — 指定堆 order 的谓语。

概要

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

template<typename T> 
struct compare {
};

PrevUpHomeNext