checked_array_iterator::reference
A type that provides a reference to an element addressed by a checked_array_iterator.
typedef typename iterator_traits<_Iterator>::reference reference;
Remarks
See checked_array_iterator::operator[] for a code sample.
For more information, see Checked Iterators.
Requirements
Header: <iterator>
Namespace: std