◐ Shell
clean mode source ↗

C + + Konzepte: BidirectionalIterator – cppreference.com

Aus cppreference.com

<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.

Anforderungen

  • ForwardIterator
  • operator-- mit gleichwertigen Bedingungen wie 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.

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.