Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Allows array index access to elements across the range of the move iterator.
reference operator[](difference_type _Off) const;
Property Value/Return Value
Returns a reference to the value of the iterator at _Off offset.
Remarks
The operator returns (reference)*(*this + _Off).
Requirements
Header: <iterator>
Namespace: std