checked_array_iterator::pointer

A type that provides a pointer to an element addressed by a checked_array_iterator.

typedef typename iterator_traits<_Iterator>::pointer pointer;

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