KTL
Loading...
Searching...
No Matches
threaded_fwd.h
Go to the documentation of this file.
1#pragma once
2
3#include "shared_fwd.h"
5
6namespace ktl
7{
8 // Wrapper class for making allocator thread-safe
9 template<typename Alloc>
10 class threaded;
11
15 template<typename T, typename Alloc>
17}
Wrapper class for making an untyped allocator into a typed allocator.
Definition type_allocator.h:21
Definition cascading.h:16