|
libstdc++
|
#include <memory>
Public Types | |
| typedef ptrdiff_t | difference_type |
| using | is_always_equal = true_type |
| using | propagate_on_container_move_assignment = true_type |
| typedef size_t | size_type |
| typedef void | value_type |
Public Member Functions | |
| template<typename _Up > | |
| constexpr | allocator (const allocator< _Up > &) noexcept |
std::allocator<void> specialization.
Definition at line 76 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 = true_type |
Definition at line 99 of file allocator.h.
| using std::allocator< void >::propagate_on_container_move_assignment = true_type |
Definition at line 96 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 79 of file allocator.h.
|
inlineconstexprnoexcept |
Definition at line 113 of file allocator.h.