Boost C++ 库

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

PrevUpHomeNext

结构模板 stable

boost::heap::stable — 将堆配置为 stable

概要

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

template<bool T> 
struct stable {
};

说明

如果优先级队列是稳定的,那么从优先级队列中弹出的元素将按照其插入顺序排列。


PrevUpHomeNext