![]() |
aGrUM
0.14.2
|
Heaps definition. More...
#include <functional>
#include <initializer_list>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/heap_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::Heap< Val, Cmp, Alloc > |
Heap data structureThis structure is a basic heap data structure, i.e., it is a container in which elements are sorted according to a weak ordering. More... | |
class | gum::Heap< Val, Cmp, Alloc > |
Heap data structureThis structure is a basic heap data structure, i.e., it is a container in which elements are sorted according to a weak ordering. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | GUM_HEAP_DEFAULT_CAPACITY 10 |
Functions | |
template<typename Val , typename Cmp , typename Alloc > | |
std::ostream & | gum::operator<< (std::ostream &, const Heap< Val, Cmp, Alloc > &) |
Heaps definition.
Definition in file heap.h.