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

See Also

Reference

checked_array_iterator Class

Standard Template Library

Other Resources

checked_array_iterator Members