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

◆ slice() [2/2]

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

Definition at line 144 of file slice.h.

144 {
145 // No bounds checking in embedded environment
146 return Slice<T>(mData + start, end - start);
147 }
T * mData
Definition slice.h:194
Slice()
Definition slice.h:25
T * end() const
Definition slice.h:134

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

+ Here is the call graph for this function: