KTL
cascading_fwd.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
shared_fwd.h
"
4
#include "
threaded_fwd.h
"
5
#include "
type_allocator_fwd.h
"
6
7
#include <cstddef>
8
9
namespace
ktl
10
{
11
// cascading
12
template
<
typename
Alloc>
13
class
cascading;
14
18
template
<
typename
T,
typename
Alloc>
19
using
type_cascading_allocator
=
type_allocator<T, cascading<Alloc>
>;
20
24
template
<
typename
T,
typename
Alloc>
25
using
type_shared_cascading_allocator
=
type_allocator<T, shared<cascading<Alloc>
>>;
26
}
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
threaded_fwd.h
type_allocator_fwd.h
include
ktl
allocators
cascading_fwd.h
Generated by
1.9.1