Conceptos C++: BidirectionalIterator
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Un
BidirectionalIterator es un ForwardIterator que se puede mover en ambas direcciones (es decir, incrementa y decrementa) .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.
Requisitos
ForwardIteratoroperator--con condiciones equivalentes a lasoperator++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.
Un
mutable BidirectionalIterator es un BidirectionalIterator que además cumple con los requisitos 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.
You can help to correct and verify the translation. Click here for instructions.