Returns the distance between two iterator adaptors.
lhs, rhs | - | iterator adaptors to compute the difference of |
lhs.base() - rhs.base()
.
(C++11) | advances or decrements the iterator (public member function) |
(C++11) | advances the iterator (function template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator-