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

◆ operator[]() [1/2]

template<typename T, fl::size INLINED_SIZE>
T & fl::InlinedVector< T, INLINED_SIZE >::operator[] ( fl::size idx)
inline

Definition at line 1053 of file vector.h.

1053{ return mUsingHeap ? mHeap[idx] : mFixed[idx]; }
HeapVector< T > mHeap
Definition vector.h:1211
FixedVector< T, INLINED_SIZE > mFixed
Definition vector.h:1210

References mFixed, mHeap, and mUsingHeap.