KTL
mallocator_fwd.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
type_allocator_fwd.h
"
4
5
#include <cstddef>
6
7
namespace
ktl
8
{
9
// mallocator
10
class
mallocator;
11
15
template
<
typename
T>
16
using
type_mallocator
=
type_allocator<T, mallocator>
;
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
type_allocator_fwd.h
include
ktl
allocators
mallocator_fwd.h
Generated by
1.9.1