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

◆ Slice() [11/12]

template<typename T>
template<typename Iterator>
fl::Slice< T >::Slice ( Iterator begin,
Iterator end )
inline

Definition at line 58 of file slice.h.

59 : mData(&(*begin)), mSize(end - begin) {}
T * begin() const
Definition slice.h:82
T * mData
Definition slice.h:144
T * end() const
Definition slice.h:84
size_t mSize
Definition slice.h:145

References begin(), end(), mData, and mSize.

+ Here is the call graph for this function: