aGrUM  0.14.2
heap.h File Reference

Heaps definition. More...

#include <functional>
#include <initializer_list>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/core/heap_tpl.h>
+ Include dependency graph for heap.h:
+ This graph shows which files directly or indirectly include this file:

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 > &)
 

Detailed Description

Heaps definition.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file heap.h.

Macro Definition Documentation

◆ GUM_HEAP_DEFAULT_CAPACITY

#define GUM_HEAP_DEFAULT_CAPACITY   10

Definition at line 40 of file heap.h.