typedef T8 const_reverse_iterator;
The type describes an object that can serve as a constant reverse iterator for the controlled sequence. It is described
here as a synonym for the unspecified type T8
(typically reverse_iterator
or
reverse_bidirectional_iterator
).