Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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