KTL
Loading...
Searching...
No Matches
linear_allocator_fwd.h
Go to the documentation of this file.
1#pragma once
2
3#include "reference_fwd.h"
4#include "shared_fwd.h"
5#include "threaded_fwd.h"
7
8#include <cstddef>
9
10namespace ktl
11{
12 // linear_allocator
13 template<size_t Size>
14 class linear_allocator;
15
19 template<typename T, size_t Size>
21
25 template<typename T, size_t Size>
27
31 template<typename T, size_t Size>
33}
Wrapper class for making an untyped allocator into a typed allocator.
Definition type_allocator.h:21
Definition cascading.h:16