checked_iterator::reference
A type that provides a reference to an element addressed by a checked_iterator.
typedef typename iterator_traits<_Iter>::reference reference;
For more information, see Checked Iterators.
See checked_iterator::operator[] for an example of how to declare and use a reference.
Header: <iterator>
Namespace: std