|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::allocator_traits< Alloc >,包括所有继承而来的类成员
| allocate(Alloc &alloc, size_type n) | neforce::allocator_traits< Alloc > | inlinestatic |
| const_pointer typedef | neforce::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 typedef | neforce::allocator_traits< Alloc > | |
| max_size(const Alloc &alloc) noexcept(noexcept(allocator_traits::__max_size_aux(alloc, 0))) | neforce::allocator_traits< Alloc > | inlinestatic |
| rebind_alloc typedef | neforce::allocator_traits< Alloc > | |
| rebind_traits typedef | neforce::allocator_traits< Alloc > | |
| size_type typedef | neforce::allocator_traits< Alloc > |