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

◆ operator[]() [2/2]

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

Definition at line 70 of file array.h.

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