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

◆ get()

template<typename T, typename Deleter = ArrayDeleter<T>>
T * fl::scoped_array< T, Deleter >::get ( ) const
inline

Definition at line 57 of file scoped_array.h.

57{ return arr_; }

References arr_.