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

◆ operator[]() [2/2]

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

Definition at line 86 of file array.h.

86{ 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.