libstdc++
|
This is the complete list of members for std::allocator< void >, including all inherited members.
const_pointer typedef (defined in std::allocator< void >) | std::allocator< void > | |
construct(_Up *__p, _Args &&... __args) noexcept(noexcept(::new((void *) __p) _Up(std::forward< _Args >(__args)...))) (defined in std::allocator< void >) | std::allocator< void > | inline |
destroy(_Up *__p) noexcept(noexcept(__p->~_Up())) (defined in std::allocator< void >) | std::allocator< void > | inline |
difference_type typedef (defined in std::allocator< void >) | std::allocator< void > | |
is_always_equal typedef (defined in std::allocator< void >) | std::allocator< void > | |
pointer typedef (defined in std::allocator< void >) | std::allocator< void > | |
propagate_on_container_move_assignment typedef (defined in std::allocator< void >) | std::allocator< void > | |
size_type typedef (defined in std::allocator< void >) | std::allocator< void > | |
value_type typedef (defined in std::allocator< void >) | std::allocator< void > |