FastLED 3.9.15
Loading...
Searching...
No Matches

◆ deque() [1/5]

template<typename T, typename Allocator = fl::allocator<T>>
fl::deque< T, Allocator >::deque ( )
inline

Definition at line 159 of file deque.h.

159: mData(nullptr), mCapacity(0), mSize(0), mFront(0) {}
T * mData
Definition deque.h:19
fl::size mFront
Definition deque.h:22
fl::size mCapacity
Definition deque.h:20
fl::size mSize
Definition deque.h:21

Referenced by fl::deque< T, Allocator >::const_iterator::const_iterator(), and fl::deque< T, Allocator >::iterator::iterator().

+ Here is the caller graph for this function: