allocate(Alloc &a, size_type n) | phmap::allocator_traits< Alloc > | inlinestatic |
allocate(Alloc &a, size_type n, const_void_pointer hint) | phmap::allocator_traits< Alloc > | inlinestatic |
allocate_impl(int, A &a, size_type n, const_void_pointer hint) -> decltype(a.allocate(n, hint)) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
allocate_impl(char, Alloc &a, size_type n, const_void_pointer) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
allocator_type typedef | phmap::allocator_traits< Alloc > | |
const_pointer typedef | phmap::allocator_traits< Alloc > | |
const_void_pointer typedef | phmap::allocator_traits< Alloc > | |
construct(Alloc &a, T *p, Args &&... args) | phmap::allocator_traits< Alloc > | inlinestatic |
construct_impl(int, A &a, Args &&... args) -> decltype(std::allocator_traits< A >::construct(a, std::forward< Args >(args)...)) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
construct_impl(char, Alloc &, T *p, Args &&... args) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
deallocate(Alloc &a, pointer p, size_type n) | phmap::allocator_traits< Alloc > | inlinestatic |
destroy(Alloc &a, T *p) | phmap::allocator_traits< Alloc > | inlinestatic |
destroy_impl(int, A &a, T *p) -> decltype(std::allocator_traits< A >::destroy(a, p)) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
destroy_impl(char, Alloc &, T *p) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
difference_type typedef | phmap::allocator_traits< Alloc > | |
is_always_equal typedef | phmap::allocator_traits< Alloc > | |
max_size(const Alloc &a) | phmap::allocator_traits< Alloc > | inlinestatic |
max_size_impl(int, const A &a) -> decltype(a.max_size()) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
max_size_impl(char, const Alloc &) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
pointer typedef | phmap::allocator_traits< Alloc > | |
propagate_on_container_copy_assignment typedef | phmap::allocator_traits< Alloc > | |
propagate_on_container_move_assignment typedef | phmap::allocator_traits< Alloc > | |
propagate_on_container_swap typedef | phmap::allocator_traits< Alloc > | |
rebind_alloc typedef | phmap::allocator_traits< Alloc > | |
rebind_traits typedef | phmap::allocator_traits< Alloc > | |
select_on_container_copy_construction(const Alloc &a) | phmap::allocator_traits< Alloc > | inlinestatic |
select_on_container_copy_construction_impl(int, const A &a) -> decltype(a.select_on_container_copy_construction()) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
select_on_container_copy_construction_impl(char, const Alloc &a) | phmap::allocator_traits< Alloc > | inlineprivatestatic |
size_type typedef | phmap::allocator_traits< Alloc > | |
value_type typedef | phmap::allocator_traits< Alloc > | |
void_pointer typedef | phmap::allocator_traits< Alloc > | |