Luna::ReverseIterator::operator++
constexpr ReverseIterator & operator++()
Pre-increments the iterator to the next object, which is the last object the base iterator points to.
Return value
Returns *this
.
constexpr ReverseIterator & operator++()
Pre-increments the iterator to the next object, which is the last object the base iterator points to.
Returns *this
.