MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
allocator_traits< Alloc > 成员列表

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

allocate(Alloc &alloc, size_type n)allocator_traits< Alloc >inlinestatic
const_pointer typedefallocator_traits< Alloc >
construct(Alloc &alloc, T *ptr, Args &&... args) noexcept(noexcept(allocator_traits::__construct_aux(alloc, ptr, _MSTL forward< Args >(args)...)))allocator_traits< Alloc >inlinestatic
deallocate(Alloc &alloc, pointer ptr, size_type n)allocator_traits< Alloc >inlinestatic
destroy(Alloc &alloc, T *ptr) noexcept(noexcept(allocator_traits::__destroy_aux(alloc, ptr, 0)))allocator_traits< Alloc >inlinestatic
difference_type typedefallocator_traits< Alloc >
max_size(const Alloc &alloc) noexcept(noexcept(allocator_traits::__max_size_aux(alloc, 0)))allocator_traits< Alloc >inlinestatic
rebind_alloc typedefallocator_traits< Alloc >
rebind_traits typedefallocator_traits< Alloc >
size_type typedefallocator_traits< Alloc >