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

◆ operator->()

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

Definition at line 123 of file deque.h.

123 {
124 return &(*mDeque)[mIndex];
125 }

References mIndex.