checked_array_iterator::reference
提供对元素的类型由 checked_array_iterator解决了。
typedef typename iterator_traits<_Iterator>::reference reference;
备注
为代码示例参见 checked_array_iterator::operator[]。
有关更多信息,请参见 经过检查的迭代器。
要求
标头: <iterator>
命名空间: std
提供对元素的类型由 checked_array_iterator解决了。
typedef typename iterator_traits<_Iterator>::reference reference;
为代码示例参见 checked_array_iterator::operator[]。
有关更多信息,请参见 经过检查的迭代器。
标头: <iterator>
命名空间: std