Definition at line 8 of file Allocator.hh.
Public Types | |
| using | value_type = T |
Public Member Functions | |
| template<typename U> | |
| constexpr | Allocator (const Allocator< U > &) noexcept |
| T * | allocate (size_t n) |
| void | deallocate (T *ptr, size_t) noexcept |
| using Kinoko::EGG::Allocator< T >::value_type = T |
Definition at line 9 of file Allocator.hh.
|
inlineconstexprnoexcept |
Definition at line 13 of file Allocator.hh.
|
inlinenodiscard |
Definition at line 15 of file Allocator.hh.
|
inlinenoexcept |
Definition at line 19 of file Allocator.hh.