KTL
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"
6
7#include <cstddef>
8#include <ostream>
9
10namespace ktl
11{
12 // debug
13 template<typename Alloc, typename Container>
14 class debug;
15
19 template<typename T, typename Alloc, typename Container>
21
25 template<typename T, typename Alloc, typename Container>
27}
Wrapper class for making an untyped allocator into a typed allocator.
Definition type_allocator.h:21
Definition cascading.h:16