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

◆ operator[]() [2/2]

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

Definition at line 742 of file vector.h.

742{ return mArray[index]; }
HeapVector< T > mArray
Definition vector.h:623