C + + Konzepte: BidirectionalIterator
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
A ist ein
BidirectionalIterator ForwardIterator, die in beiden Richtungen bewegt werden kann (dh inkrementiert und dekrementiert) .Original:
A
BidirectionalIterator is a ForwardIterator that can be moved in both directions (i.e. incremented and decremented).The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Anforderungen
ForwardIteratoroperator--mit gleichwertigen Bedingungen wieoperator++Original:operator--with equivalent conditions asoperator++The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
A
mutable BidirectionalIterator ist ein BidirectionalIterator, die zusätzlich erfüllt die OutputIterator Anforderungen .Original:
A
mutable BidirectionalIterator is a BidirectionalIterator that additionally satisfies the OutputIterator requirements.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.