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 70 of file slice.h.

70{ return Slice<const T>(mData, mSize); }
T * mData
Definition slice.h:144
Slice()
Definition slice.h:24
size_t mSize
Definition slice.h:145