|
KTL
|
#include "shared_fwd.h"#include "threaded_fwd.h"#include "type_allocator_fwd.h"#include <cstddef>#include <ostream>Go to the source code of this file.
Namespaces | |
| namespace | ktl |
Typedefs | |
| template<typename T , typename Alloc , typename Stream = std::ostream> | |
| using | ktl::type_overflow_allocator = type_allocator< T, overflow< Alloc, Stream > > |
| Shorthand for a typed overflow allocator. | |
| template<typename T , typename Alloc , typename Stream = std::ostream> | |
| using | ktl::type_shared_overflow_allocator = type_allocator< T, shared< overflow< Alloc, Stream > > > |
| Shorthand for a typed, ref-counted overflow allocator. | |