Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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