This is the complete list of members for
std::allocator_traits< _Alloc >, including all inherited members.
__p (defined in std::allocator_traits< _Alloc >) | std::allocator_traits< _Alloc > | |
__p (defined in std::allocator_traits< _Alloc >) | std::allocator_traits< _Alloc > | |
allocate(_Alloc &__a, size_type __n) | std::allocator_traits< _Alloc > | [inline, static] |
allocate(_Alloc &__a, size_type __n, const_void_pointer __hint) | std::allocator_traits< _Alloc > | [inline, static] |
allocator_type typedef | std::allocator_traits< _Alloc > | |
construct(_Alloc &__a, _Tp *__p, _Args &&...__args) noexcept(noexcept(_S_construct(__a | std::allocator_traits< _Alloc > | [static] |
deallocate(_Alloc &__a, pointer __p, size_type __n) | std::allocator_traits< _Alloc > | [inline, static] |
destroy(_Alloc &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a | std::allocator_traits< _Alloc > | [static] |
std::forward(__args)...)))-> decltype(_S_construct(__a (defined in std::allocator_traits< _Alloc >) | std::allocator_traits< _Alloc > | |
std::forward(__args)...)) (defined in std::allocator_traits< _Alloc >) | std::allocator_traits< _Alloc > | [inline] |
value_type typedef | std::allocator_traits< _Alloc > | |