|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 allocator_traits< Alloc >,包括所有继承而来的类成员
| allocate(Alloc &alloc, size_type n) | allocator_traits< Alloc > | inlinestatic |
| const_pointer typedef | allocator_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 typedef | allocator_traits< Alloc > | |
| max_size(const Alloc &alloc) noexcept(noexcept(allocator_traits::__max_size_aux(alloc, 0))) | allocator_traits< Alloc > | inlinestatic |
| rebind_alloc typedef | allocator_traits< Alloc > | |
| rebind_traits typedef | allocator_traits< Alloc > | |
| size_type typedef | allocator_traits< Alloc > |