KTL
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
debug_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
#include <ostream>
9
10
namespace
ktl
11
{
12
// debug
13
template
<
typename
Alloc,
typename
Container>
14
class
debug;
15
19
template
<
typename
T,
typename
Alloc,
typename
Container>
20
using
type_debug_allocator
=
type_allocator<T, debug<Alloc, Container>
>;
21
25
template
<
typename
T,
typename
Alloc,
typename
Container>
26
using
type_shared_debug_allocator
=
type_allocator<T, shared<debug<Alloc, Container>
>>;
27
}
ktl::type_allocator
Wrapper class for making an untyped allocator into a typed allocator.
Definition
type_allocator.h:21
ktl
Definition
cascading.h:16
shared_fwd.h
threaded_fwd.h
type_allocator_fwd.h
include
ktl
allocators
debug_fwd.h
Generated by
1.9.8