Delen via


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

See Also

Reference

checked_iterator Class

Standard Template Library

Other Resources

checked_iterator Members