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

◆ operator[]() [2/2]

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

Definition at line 127 of file slice.h.

127 {
128 // No bounds checking in embedded environment
129 return mData[index];
130 }
T * mData
Definition slice.h:194

References mData.