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 87 of file array.h.

87{ return data_[pos]; }
T data_[N]
Definition array.h:137
A fixed-size array implementation similar to std::array.
Definition array.h:28

References data_, and pos.