FastLED 3.9.15
|
Definition at line 35 of file allocator.h.
#include <allocator.h>
Classes | |
struct | rebind |
Public Types | |
using | const_pointer = const T* |
using | const_reference = const T& |
using | difference_type = ptrdiff_t |
using | pointer = T* |
using | reference = T& |
using | size_type = size_t |
using | value_type = T |
Public Member Functions | |
allocator () noexcept | |
template<typename U> | |
allocator (const allocator< U > &) noexcept | |
~allocator () noexcept | |
T * | allocate (size_t n) |
template<typename U, typename... Args> | |
void | construct (U *p, Args &&... args) |
void | deallocate (T *p, size_t n) |
template<typename U> | |
void | destroy (U *p) |