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

◆ data() [1/2]

template<typename T, size_t INLINED_SIZE>
T * fl::InlinedVector< T, INLINED_SIZE >::data ( )
inline

Definition at line 868 of file vector.h.

868{ return mUsingHeap ? mHeap.data() : mFixed.data(); }
HeapVector< T > mHeap
Definition vector.h:1025
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1024

References mFixed, mHeap, and mUsingHeap.

Referenced by fl::Str::append().

+ Here is the caller graph for this function: