KTL
|
#include "reference_fwd.h"
#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 , size_t Size> | |
using | ktl::type_linear_allocator = type_allocator< T, linear_allocator< Size > > |
Shorthand for a typed linear allocator. More... | |
template<typename T , size_t Size> | |
using | ktl::type_reference_linear_allocator = type_allocator< T, reference< linear_allocator< Size > >> |
Shorthand for a typed, weak-reference linear allocator. More... | |
template<typename T , size_t Size> | |
using | ktl::type_shared_linear_allocator = type_allocator< T, shared< linear_allocator< Size > >> |
Shorthand for a typed, ref-counted linear allocator. More... | |