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

◆ operator[]() [1/2]

template<typename T, size_t N>
T & fl::array< T, N >::operator[] ( size_type pos)
inline

Definition at line 68 of file array.h.

68{ return data_[pos]; }
T data_[N]
Definition array.h:120
A fixed-size array implementation similar to std::array.
Definition array.h:19

References data_, and pos.