checked_array_iterator::operator->

返回指向 checked_array_iterator解决的元素。

pointer operator->( ) const;

返回值

checked_array_iterator解决的元素的指针。

备注

为代码示例参见 checked_array_iterator::pointer

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

要求

标头: <iterator>

命名空间: std

请参见

参考

checked_array_iterator Class

标准模板库