KTL
threaded_fwd.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "shared_fwd.h"
4 #include "type_allocator_fwd.h"
5 
6 namespace 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:20
Definition: cascading.h:15