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

◆ operator[]() [1/2]

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

Definition at line 609 of file vector.h.

609 {
610 return static_cast<const T*>(mArray)[index];
611 }