checked_array_iterator::pointer
要素へのポインターを提供する型は checked_array_iteratorによってアドレス。
typedef typename iterator_traits<_Iterator>::pointer pointer;
解説
コード例については、checked_array_iterator::operator* を参照してください。
詳細については、「チェックを行う反復子」を参照してください。
必要条件
ヘッダー: <iterator>
名前空間: std