operator-(reverse_iterator) – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(bis C + +11) | |
|
|
(seit C++11) | |
Gibt den Abstand zwischen zwei Iterator-Adapter .
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.
Parameter
| lhs, rhs | - | Iterator-Adapter zur Berechnung der Differenz Original: iterator adaptors to compute the difference of The text has been machine-translated via Google Translate. |
Rückgabewert
rhs.base() - lhs.base()