◐ Shell
clean mode source ↗

<div class="t-tr-text">Concepts C + +:<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">C++ concepts:</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div> BidirectionalIterator

De cppreference.com

<metanoindex/>

Un BidirectionalIterator est un ForwardIterator qui peut être déplacé dans les deux directions (soit incrémenté et décrémenté) .

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.

Exigences

  • ForwardIterator
  • operator-- avec conditions équivalentes à celles operator++

    Original:

    operator-- with equivalent conditions as operator++

    The text has been machine-translated via Google Translate.
    You can help to correct and verify the translation. Click here for instructions.

Un mutable BidirectionalIterator est un BidirectionalIterator qui satisfait en outre aux exigences OutputIterator .

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.