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 94 of file slice.h.

94 {
95 // No bounds checking in embedded environment
96 return Slice<T>(mData + start, end - start);
97 }
T * mData
Definition slice.h:144
Slice()
Definition slice.h:24
T * end() const
Definition slice.h:84

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

+ Here is the call graph for this function: