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

◆ data() [1/2]

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

Definition at line 1010 of file vector.h.

1010{ return mUsingHeap ? mHeap.data() : mFixed.data(); }
HeapVector< T > mHeap
Definition vector.h:1211
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1210

References mFixed, mHeap, and mUsingHeap.

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

+ Here is the caller graph for this function: