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

Const Bidirectional Iterator type.

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

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