|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Fixed-capacity zero-heap binary min-heap for deterministic priority queues and timers. More...
#include <array>#include <cassert>#include <cstddef>#include <functional>#include <utility>
Include dependency graph for StaticMinHeap.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | corium::internal::StaticMinHeap< T, Capacity, Compare > |
| Fixed-capacity statically-allocated binary min-heap. Zero dynamic heap allocations. More... | |
Namespaces | |
| namespace | corium |
| namespace | corium::internal |
Fixed-capacity zero-heap binary min-heap for deterministic priority queues and timers.