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

◆ operator Slice< const T >()

template<typename T>
fl::Slice< T >::operator Slice< const T > ( ) const
inline

Definition at line 120 of file slice.h.

120{ return Slice<const T>(mData, mSize); }
T * mData
Definition slice.h:194
Slice()
Definition slice.h:25
fl::size mSize
Definition slice.h:195