This is the complete list of members for
std::allocator_traits< allocator< _Tp > >, including all inherited members.
allocate(allocator_type &__a, size_type __n) | std::allocator_traits< allocator< _Tp > > | [inline, static] |
allocate(allocator_type &__a, size_type __n, const_void_pointer __hint) | std::allocator_traits< allocator< _Tp > > | [inline, static] |
construct(allocator_type &__a, _Up *__p, _Args &&...__args) | std::allocator_traits< allocator< _Tp > > | [inline, static] |
deallocate(allocator_type &__a, pointer __p, size_type __n) | std::allocator_traits< allocator< _Tp > > | [inline, static] |
destroy(allocator_type &__a, _Up *__p) | std::allocator_traits< allocator< _Tp > > | [inline, static] |
max_size(const allocator_type &__a) noexcept | std::allocator_traits< allocator< _Tp > > | [inline, static] |
select_on_container_copy_construction(const allocator_type &__rhs) | std::allocator_traits< allocator< _Tp > > | [inline, static] |