libstdc++
__gnu_cxx::__alloc_traits< _Alloc, typename > Member List

This is the complete list of members for __gnu_cxx::__alloc_traits< _Alloc, typename >, including all inherited members.

_Base_type typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
_S_always_equal() (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_nothrow_move() (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_on_swap(_Alloc &__a, _Alloc &__b) (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_propagate_on_copy_assign() (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_propagate_on_move_assign() (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_propagate_on_swap() (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
_S_select_on_copy(const _Alloc &__a) (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
allocate(_Alloc &__a, size_type __n)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
allocate(_Alloc &__a, size_type __n, const_void_pointer __hint)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
std::allocator_traits::allocate(_Alloc &__a, size_type __n)std::allocator_traits< _Alloc >inlinestatic
std::allocator_traits::allocate(_Alloc &__a, size_type __n, const_void_pointer __hint)std::allocator_traits< _Alloc >inlinestatic
allocator_type typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
const_pointer typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
const_reference typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
const_void_pointer typedefstd::allocator_traits< _Alloc >
construct(_Alloc &__a, _Ptr __p, _Args &&... __args) noexcept(noexcept(_Base_type::construct(__a, std::__to_address(__p), std::forward< _Args >(__args)...))) (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
construct(_Alloc &__a, _Tp *__p, _Args &&... __args) noexcept(noexcept(_S_construct(__a, __p, std::forward< _Args >(__args)...))) -> decltype(_S_construct(__a, __p, std::forward< _Args >(__args)...))__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
deallocate(_Alloc &__a, pointer __p, size_type __n)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
std::allocator_traits::deallocate(_Alloc &__a, pointer __p, size_type __n)std::allocator_traits< _Alloc >inlinestatic
destroy(_Alloc &__a, _Ptr __p) noexcept(noexcept(_Base_type::destroy(__a, std::__to_address(__p)))) (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
destroy(_Alloc &__a, _Tp *__p) noexcept(noexcept(_S_destroy(__a, __p, 0)))__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
difference_type typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
is_always_equal typedefstd::allocator_traits< _Alloc >
max_size(const _Alloc &__a) noexcept__gnu_cxx::__alloc_traits< _Alloc, typename >inlinestatic
pointer typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
propagate_on_container_copy_assignment typedefstd::allocator_traits< _Alloc >
propagate_on_container_move_assignment typedefstd::allocator_traits< _Alloc >
propagate_on_container_swap typedefstd::allocator_traits< _Alloc >
rebind_alloc typedef (defined in std::allocator_traits< _Alloc >)std::allocator_traits< _Alloc >
rebind_traits typedef (defined in std::allocator_traits< _Alloc >)std::allocator_traits< _Alloc >
reference typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
select_on_container_copy_construction(const _Alloc &__rhs)std::allocator_traits< _Alloc >inlinestatic
size_type typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
value_type typedef (defined in __gnu_cxx::__alloc_traits< _Alloc, typename >)__gnu_cxx::__alloc_traits< _Alloc, typename >
void_pointer typedefstd::allocator_traits< _Alloc >