Template Class stack_alloc
Defined in File stack_alloc.hpp
Nested Relationships
Nested Types
Class Documentation
-
template<typename T, size_t N, size_t align = alignof(std::max_align_t)>
class stack_alloc -
Public Functions
-
inline stack_alloc(arena_type &a)
-
stack_alloc(const stack_alloc&) = default
-
stack_alloc &operator=(const stack_alloc&) = delete
-
template<typename U>
inline stack_alloc(const stack_alloc<U, N, alignment> &other)
-
inline stack_alloc(arena_type &a)