|
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 Container > | |
| using | ktl::type_debug_allocator = type_allocator< T, debug< Alloc, Container > > |
| Shorthand for a typed overflow allocator. | |
| template<typename T , typename Alloc , typename Container > | |
| using | ktl::type_shared_debug_allocator = type_allocator< T, shared< debug< Alloc, Container > > > |
| Shorthand for a typed, ref-counted overflow allocator. | |