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

◆ operator[]() [2/2]

template<typename T>
const T & fl::Slice< T >::operator[] ( size_t index) const
inline

Definition at line 37 of file slice.h.

37 {
38 // No bounds checking in embedded environment
39 return mData[index];
40 }
T * mData
Definition slice.h:125

References mData.