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

◆ operator*()

template<typename T>
const T & fl::vector< T >::const_reverse_iterator::operator* ( ) const
inline

Definition at line 475 of file vector.h.

475{ return *(it - 1); }

References FL_NOEXCEPT, and it.