checked_array_iterator::pointer
提供了指向由 checked_array_iterator解决的指针的类型。
typedef typename iterator_traits<_Iterator>::pointer pointer;
备注
的代码示例。参见 checked_array_iterator::operator*。
有关详细信息,请参阅经过检查的迭代器。
要求
头文件: <iterator>
命名空间: std
提供了指向由 checked_array_iterator解决的指针的类型。
typedef typename iterator_traits<_Iterator>::pointer pointer;
的代码示例。参见 checked_array_iterator::operator*。
有关详细信息,请参阅经过检查的迭代器。
头文件: <iterator>
命名空间: std