checked_array_iterator::operator->

Returns a pointer to the element addressed by the checked_array_iterator.

pointer operator->( ) const;

Return Value

A pointer to the element addressed by the checked_array_iterator.

Remarks

See checked_array_iterator::pointer 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