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>
16
using
type_shared_threaded
=
type_allocator<T, atomic_shared<threaded<Alloc>
>>;
17
}
ktl::type_allocator
Wrapper class for making an untyped allocator into a typed allocator.
Definition:
type_allocator.h:20
ktl
Definition:
cascading.h:15
shared_fwd.h
type_allocator_fwd.h
include
ktl
allocators
threaded_fwd.h
Generated by
1.9.1