FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ get()

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

Definition at line 125 of file scoped_ptr.h.

125{ return arr_; }

References arr_.

Referenced by fl::Frame::copy().

+ Here is the caller graph for this function: