KTL
Loading...
Searching...
No Matches
mallocator_fwd.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <cstddef>
6
7namespace 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:21
Definition cascading.h:16