allocate(size_t n) (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
auto_allocator() (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
auto_allocator(const auto_allocator< U, U_N, U_A, U_BaseAlloc > &) noexcept (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
auto_allocator(const auto_allocator ©) noexcept (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
auto_allocator(auto_allocator &&move) noexcept (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
deallocate(value_type *ptr, size_t n) noexcept (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
operator!= (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | friend |
operator=(const auto_allocator ©) (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
operator=(auto_allocator &&move) (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inline |
operator== (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | friend |
propagate_on_container_copy_assignment typedef (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | |
propagate_on_container_move_assignment typedef (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | |
propagate_on_container_swap typedef (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | |
select_on_container_copy_construction(const auto_allocator &) (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | inlinestatic |
value_type typedef (defined in auto_allocator< T, N, Alignment, BaseAlloc >) | auto_allocator< T, N, Alignment, BaseAlloc > | |