KTL
binary_heap_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <memory>
4 #include <functional>
5 
6 namespace ktl
7 {
8  template<typename T, typename Comp, typename Alloc = std::allocator<T>>
9  class binary_heap;
10 
16  template<typename T, typename Alloc = std::allocator<T>>
18 
24  template<typename T, typename Alloc = std::allocator<T>>
26 }
A priority queue implemented as a binary heap.
Definition: binary_heap.h:22
Definition: cascading.h:15