Lugdunum  0.1.0
Pool.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace lug {
6 namespace System {
7 namespace Memory {
8 namespace Allocator {
9 
10 template <typename T, size_t Alignment = alignof(T), size_t Offset = 0>
12 
13 } // Allocator
14 } // Memory
15 } // System
16 } // lug