Template Struct stack_alloc::rebind

Nested Relationships

This struct is a nested type of Template Class stack_alloc.

Struct Documentation

template<typename U>
struct rebind

Public Types

using other = stack_alloc<U, N, alignment>