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

◆ Slice() [2/3]

template<typename T>
fl::Slice< T >::Slice ( T * data,
size_t size )
inline

Definition at line 16 of file slice.h.

16: mData(data), mSize(size) {}
T * mData
Definition slice.h:125
const T * data() const
Definition slice.h:54
size_t size() const
Definition slice.h:62
size_t mSize
Definition slice.h:126

References data(), mData, mSize, and size().

+ Here is the call graph for this function: