FastLED 3.9.15
Loading...
Searching...
No Matches
fl::allocator< T > Class Template Reference

Detailed Description

template<typename T>
class fl::allocator< T >

Definition at line 35 of file allocator.h.

#include <allocator.h>

+ Inheritance diagram for fl::allocator< T >:

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)
 

The documentation for this class was generated from the following file: