vector::const_reverse_iterator
Visual Studio 2012
A type that provides a random-access iterator that can read any const element in the vector.
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;