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

◆ operator[]() [1/2]

template<typename T, typename LessThan = fl::less<T>>
const T & fl::SortedHeapVector< T, LessThan >::operator[] ( fl::size index) const
inline

Definition at line 1102 of file vector.h.

1102{ return mArray[index]; }
vector< T > mArray
Definition vector.h:975

References FL_NOEXCEPT, and mArray.