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

◆ front() [1/2]

template<typename T, size_t INLINED_SIZE>
T & fl::InlinedVector< T, INLINED_SIZE >::front ( )
inline

Definition at line 1052 of file vector.h.

1052{ return mUsingHeap ? mHeap.front() : mFixed.front(); }
HeapVector< T > mHeap
Definition vector.h:1071
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1070

References mFixed, mHeap, and mUsingHeap.