checked_array_iterator::operator-
Sníží o posun od iterace a vrátí novou checked_array_iterator adresování vložený prvek na nové pozice posunu.
checked_array_iterator<_Iterator> operator-(
difference_type _Off
) const;
difference_type operator-(
const checked_array_iterator& _Right
) const;
Parametry
- _Off
Posun od poeítače checked_array_iterator.
Vrácená hodnota
A checked_array_iterator adresování posunu prvek.
Poznámky
Viz checked_array_iterator::operator- ukázku kódu.
Další informace naleznete v tématu Zaškrtnuté iterátory.
Požadavky
Záhlaví: <iterator>
Obor názvů: std