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

◆ operator->()

template<typename T, typename Allocator = fl::allocator<T>>
T * fl::deque< T, Allocator >::iterator::operator-> ( ) const
inline

Definition at line 76 of file deque.h.

76 {
77 return &(*mDeque)[mIndex];
78 }
fl::size mIndex
Definition deque.h:67

References mIndex.