|
FastLED 3.9.15
|
Definition at line 31 of file allocator.h.
#include <allocator.h>
Public Types | |
| using | allocator_type = Allocator |
| using | pointer = typename Allocator::pointer |
| using | size_type = typename Allocator::size_type |
| using | value_type = typename Allocator::value_type |
Static Public Attributes | |
| static constexpr bool | has_allocate_at_least_v = has_allocate_at_least<Allocator>::value |
| static constexpr bool | has_reallocate_v = has_reallocate<Allocator>::value |