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

◆ slice() [2/2]

template<typename T>
Slice< T > fl::Slice< T >::slice ( size_t start,
size_t end ) const
inline

Definition at line 66 of file slice.h.

66 {
67 // No bounds checking in embedded environment
68 return Slice<T>(mData + start, end - start);
69 }
T * mData
Definition slice.h:125
Slice()
Definition slice.h:15
T * end() const
Definition slice.h:46

References Slice(), end(), and mData.

+ Here is the call graph for this function: