KTL
overflow_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  // overflow
13  template<typename Alloc, typename Stream = std::ostream>
14  class overflow;
15 
19  template<typename T, typename Alloc, typename Stream = std::ostream>
21 
25  template<typename T, typename Alloc, typename Stream = std::ostream>
27 }
Wrapper class for making an untyped allocator into a typed allocator.
Definition: type_allocator.h:20
Definition: cascading.h:15