KTL
stack_allocator_fwd.h File Reference
#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_stack_allocator = type_allocator< T, stack_allocator< Size > >
 Shorthand for a typed stack allocator. More...
 
template<typename T , size_t Size>
using ktl::type_shared_stack_allocator = type_allocator< T, shared< stack_allocator< Size > >>
 Shorthand for a typed, ref-counted stack allocator. More...