|
KTL
|
#include "shared_fwd.h"#include "threaded_fwd.h"#include "type_allocator_fwd.h"#include <cstddef>Go to the source code of this file.
Namespaces | |
| ktl | |
Typedefs | |
| template<typename T , typename Alloc > | |
| using | ktl::type_cascading_allocator = type_allocator< T, cascading< Alloc > > |
| Shorthand for a typed cascading allocator. More... | |
| template<typename T , typename Alloc > | |
| using | ktl::type_shared_cascading_allocator = type_allocator< T, shared< cascading< Alloc > >> |
| Shorthand for a typed, ref-counted cascading allocator. More... | |