KTL
mallocator_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "type_allocator_fwd.h"
4 
5 #include <cstddef>
6 
7 namespace ktl
8 {
9  // mallocator
10  class mallocator;
11 
15  template<typename T>
17 }
Wrapper class for making an untyped allocator into a typed allocator.
Definition: type_allocator.h:20
Definition: cascading.h:15