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

99 {
100 // No bounds checking in embedded environment
101 return Slice<T>(mData + start, mSize - start);
102 }
T * mData
Definition slice.h:144
Slice()
Definition slice.h:24
size_t mSize
Definition slice.h:145

References Slice(), mData, and mSize.

+ Here is the call graph for this function: