NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
phmap::allocator_traits< Alloc > 成员列表

成员的完整列表,这些成员属于 phmap::allocator_traits< Alloc >,包括所有继承而来的类成员

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 typedefphmap::allocator_traits< Alloc >
const_pointer typedefphmap::allocator_traits< Alloc >
const_void_pointer typedefphmap::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 typedefphmap::allocator_traits< Alloc >
is_always_equal typedefphmap::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 typedefphmap::allocator_traits< Alloc >
propagate_on_container_copy_assignment typedefphmap::allocator_traits< Alloc >
propagate_on_container_move_assignment typedefphmap::allocator_traits< Alloc >
propagate_on_container_swap typedefphmap::allocator_traits< Alloc >
rebind_alloc typedefphmap::allocator_traits< Alloc >
rebind_traits typedefphmap::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 typedefphmap::allocator_traits< Alloc >
value_type typedefphmap::allocator_traits< Alloc >
void_pointer typedefphmap::allocator_traits< Alloc >