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

◆ operator[]() [1/2]

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

Definition at line 84 of file array.h.

84{ return data_[pos]; }
T data_[N]
Definition array.h:136
A fixed-size array implementation similar to std::array.
Definition array.h:27

References data_, and pos.