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

◆ data() [1/2]

template<typename T>
T * fl::HeapVector< T >::data ( )
inline

Definition at line 482 of file vector.h.

482 {
483 return mArray.get();
484 }
fl::scoped_array< T > mArray
Definition vector.h:218

Referenced by makeScreenMap().

+ Here is the caller graph for this function: