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

◆ end()

template<typename T>
T * fl::Slice< T >::end ( ) const
inline

Definition at line 46 of file slice.h.

46 {
47 return mData + mSize;
48 }
T * mData
Definition slice.h:125
size_t mSize
Definition slice.h:126

References mData, and mSize.

Referenced by slice().

+ Here is the caller graph for this function: