Conceptos C++: BidirectionalIterator
De cppreference.com
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.
