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

◆ Slice() [18/20]

template<typename T>
template<typename U, fl::size ARRAYSIZE>
fl::Slice< T >::Slice ( const U(&) array[ARRAYSIZE])
inline

Definition at line 103 of file slice.h.

104 : mData(array), mSize(ARRAYSIZE) {}
T * mData
Definition slice.h:194
fl::size mSize
Definition slice.h:195

References mData, and mSize.