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