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

◆ slice() [1/2]

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

Definition at line 71 of file slice.h.

71 {
72 // No bounds checking in embedded environment
73 return Slice<T>(mData + start, mSize - start);
74 }
T * mData
Definition slice.h:125
Slice()
Definition slice.h:15
size_t mSize
Definition slice.h:126

References Slice(), mData, and mSize.

+ Here is the call graph for this function: