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

◆ operator*()

template<typename T, typename Allocator = fl::allocator<T>>
T & fl::HeapVector< T, Allocator >::reverse_iterator::operator* ( )
inline

Definition at line 319 of file vector.h.

319{ return *(it - 1); }

References it.