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

◆ Slice() [19/20]

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

Definition at line 108 of file slice.h.

109 : mData(&(*begin)), mSize(end - begin) {}
T * begin() const
Definition slice.h:132
T * mData
Definition slice.h:194
fl::size mSize
Definition slice.h:195
T * end() const
Definition slice.h:134

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

+ Here is the call graph for this function: