|
|
using | value_type = T |
|
using | size_type = std::size_t |
|
using | difference_type = ptrdiff_t |
|
|
constexpr | locked_memory_allocator (locked_memory_allocator const &other) noexcept |
|
template<typename U> |
| constexpr | locked_memory_allocator (locked_memory_allocator< U > const &other) noexcept |
|
value_type * | allocate (size_type n) const noexcept |
|
void | deallocate (value_type *p, size_type n) const noexcept |
The documentation for this class was generated from the following file: