checked_array_iterator::operator-
反復子からオフセットをデクリメントし、新しいオフセット位置に挿入された要素をアドレス指定する新しい checked_array_iterator アドレスを返します。
checked_array_iterator<_Iterator> operator-(
difference_type _Off
) const;
difference_type operator-(
const checked_array_iterator& _Right
) const;
パラメーター
- _Off
checked_array_iteratorからデクリメントされる必要オフセット。
戻り値
オフセット要素を指定する checked_array_iterator。
解説
コード サンプルの checked_array_iterator::operator- を参照してください。
詳細については、「チェックを行う反復子」を参照してください。
必要条件
ヘッダー: の <反復子>
名前空間: std