KTL
freelist_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "shared_fwd.h"
4 #include "threaded_fwd.h"
5 #include "type_allocator_fwd.h"
6 
7 #include <cstddef>
8 
9 namespace ktl
10 {
11  // freelist
12  template<size_t Min, size_t Max, typename Alloc>
13  class freelist;
14 
18  template<typename T, size_t Min, size_t Max, typename Alloc>
20 
24  template<typename T, size_t Min, size_t Max, typename Alloc>
26 }
Wrapper class for making an untyped allocator into a typed allocator.
Definition: type_allocator.h:20
Definition: cascading.h:15