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

77 {
78 // No bounds checking in embedded environment
79 return mData[index];
80 }
T * mData
Definition slice.h:144

References mData.