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

◆ Slice() [15/20]

template<typename T>
template<typename U, fl::size N>
fl::Slice< T >::Slice ( array< U, N > & arr)
inline

Definition at line 87 of file slice.h.

88 : mData(arr.data()), mSize(N) {}
T * mData
Definition slice.h:194
const T * data() const
Definition slice.h:138
fl::size mSize
Definition slice.h:195

References data(), mData, and mSize.

+ Here is the call graph for this function: