operator-(move_iterator) - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(até C++11) | |
|
|
(desde C++11) | |
Retorna a distância entre os dois adaptadores de iterador.
Original:
Returns the distance between two iterator adaptors.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parâmetros
| lhs, rhs | - | adaptadores iterador para calcular a diferença de Original: iterator adaptors to compute the difference of The text has been machine-translated via Google Translate. |
Valor de retorno
lhs.base() - rhs.base()