NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::allocator_traits< Alloc > 成员列表

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

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