|
libstdc++
|
#include <memory>
Public Types | |
| typedef ptrdiff_t | difference_type |
| typedef ptrdiff_t | difference_type |
| using | is_always_equal |
| using | is_always_equal |
| using | propagate_on_container_move_assignment |
| using | propagate_on_container_move_assignment |
| typedef size_t | size_type |
| typedef size_t | size_type |
| typedef void | value_type |
| typedef void | value_type |
Public Member Functions | |
| constexpr | allocator (const allocator &__a) noexcept |
| constexpr | allocator (const allocator< _Tp1 > &) noexcept |
| template<typename _Up> | |
| constexpr | allocator (const allocator< _Up > &) noexcept |
| constexpr void * | allocate (size_t __n) |
| void * | allocate (size_type __n, const void *=static_cast< const void * >(0)) |
| void * | allocate (size_type __n, const void *=static_cast< const void * >(0)) |
| void | deallocate (_Tp *__p, size_type __n) |
| constexpr void | deallocate (void *__p, size_t __n) |
| allocator & | operator= (const allocator &)=default |
Friends | |
| constexpr bool | operator== (const allocator &, const allocator &) noexcept |
Related Symbols | |
(Note that these are not member symbols.) | |
| constexpr bool | operator== (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
| constexpr bool | operator== (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
std::allocator<void> specialization.
Definition at line 76 of file allocator.h.
| typedef ptrdiff_t std::allocator< void >::difference_type |
Definition at line 138 of file allocator.h.
| typedef ptrdiff_t std::allocator< void >::difference_type |
Definition at line 81 of file allocator.h.
| using std::allocator< void >::is_always_equal |
Definition at line 158 of file allocator.h.
| using std::allocator< void >::is_always_equal |
Definition at line 99 of file allocator.h.
| using std::allocator< void >::propagate_on_container_move_assignment |
Definition at line 155 of file allocator.h.
| using std::allocator< void >::propagate_on_container_move_assignment |
Definition at line 96 of file allocator.h.
| typedef size_t std::allocator< void >::size_type |
Definition at line 137 of file allocator.h.
| typedef size_t std::allocator< void >::size_type |
Definition at line 80 of file allocator.h.
| typedef void std::allocator< void >::value_type |
Definition at line 136 of file allocator.h.
| typedef void std::allocator< void >::value_type |
Definition at line 79 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 111 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 166 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 170 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 181 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 187 of file allocator.h.
|
inlinenodiscardconstexpr |
Definition at line 192 of file allocator.h.
|
inlinenodiscard |
Definition at line 126 of file bits/new_allocator.h.
|
inlinenodiscard |
Definition at line 126 of file bits/new_allocator.h.
|
inlineinherited |
Definition at line 156 of file bits/new_allocator.h.
|
inlineconstexpr |
Definition at line 206 of file allocator.h.
|
friend |
Definition at line 219 of file allocator.h.
|
Equality comparison for std::allocator objects
Definition at line 242 of file allocator.h.
|
Equality comparison for std::allocator objects
Definition at line 242 of file allocator.h.