checked_array_iterator::pointer

提供了指向元素的类型由 checked_array_iterator解决了。

typedef typename iterator_traits<_Iterator>::pointer pointer;

备注

为代码示例参见 checked_array_iterator::operator*

有关更多信息,请参见 经过检查的迭代器

要求

标头: <iterator>

命名空间: std

请参见

参考

checked_array_iterator Class

标准模板库