KTL
Loading...
Searching...
No Matches
type_allocator_fwd.h
Go to the documentation of this file.
1#pragma once
2
3namespace ktl
4{
5 // Wrapper class for making allocator typed
6 template<typename T, typename Alloc>
7 class type_allocator;
8}
Definition cascading.h:16