plugify 1.2.6
|
Classes | |
struct | rebind |
Public Types | |
using | value_type = T |
using | pointer = T * |
using | const_pointer = const T * |
using | reference = T & |
using | const_reference = const T & |
using | size_type = std::size_t |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
template<class U > | |
constexpr | allocator (const allocator< U > &) noexcept |
constexpr pointer | allocate (size_type n, std::allocator_traits< allocator< void > >::const_pointer hint=nullptr) |
constexpr void | deallocate (pointer p, size_type n) |
Definition at line 28 of file allocator.hpp.
Definition at line 32 of file allocator.hpp.
Definition at line 34 of file allocator.hpp.
using plg::allocator< T >::difference_type = std::ptrdiff_t |
Definition at line 36 of file allocator.hpp.
Definition at line 31 of file allocator.hpp.
Definition at line 33 of file allocator.hpp.
using plg::allocator< T >::size_type = std::size_t |
Definition at line 35 of file allocator.hpp.
Definition at line 30 of file allocator.hpp.
Definition at line 43 of file allocator.hpp.
|
inlineconstexpr |
Definition at line 50 of file allocator.hpp.
|
inlineconstexpr |
Definition at line 82 of file allocator.hpp.