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

◆ data() [2/2]

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

Definition at line 602 of file vector.h.

602{ return mArray.get(); }
fl::scoped_array< T > mArray
Definition vector.h:307