Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
typedef std::reverse_iterator<const_matrix_random_access_iterator <T_type, ORDER, ORDER, STYLE> > scythe::Matrix< T_type, ORDER, STYLE >::const_reverse_iterator

Reverse Const Random Access Iterator type.

This typedef uses std::reverse_iterator to describe a reversed const_matrix_random_access_iterator type. This is the reverse of const_iterator.

See also:
iterator
const_iterator
reverse_iterator
forward_iterator
const_forward_iterator
reverse_forward_iterator
const_reverse_forward_iterator
bidirectional_iterator
const_bidirectional_iterator
reverse_bidirectional_iterator
const_reverse_bidirectional_iterator