plugify 1.2.8
|
Classes | |
struct | rebind |
Public Types | |
using | value_type = 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 T * | allocate (size_type n) |
constexpr void | deallocate (T *p, size_type n) |
Definition at line 24 of file allocator.hpp.
using plg::allocator< T >::difference_type = std::ptrdiff_t |
Definition at line 30 of file allocator.hpp.
using plg::allocator< T >::size_type = std::size_t |
Definition at line 29 of file allocator.hpp.
using plg::allocator< T >::value_type = T |
Definition at line 28 of file allocator.hpp.
|
inlineconstexprnoexcept |
Definition at line 35 of file allocator.hpp.
|
inlineconstexpr |
Definition at line 40 of file allocator.hpp.
|
inlineconstexpr |
Definition at line 56 of file allocator.hpp.