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