Returns an iterator or a sentinel representing the end of the adjacent_transform_view
.
Let inner_
be the underlying ranges::adjacent_view
.
(none).
An iterator to the element following the last element, if the underlying view V
models common_range
. Otherwise, a sentinel which compares equal to the end iterator.
adjacent_transform_view<V,F,N>
models common_range
whenever the underlying view V
does.
(C++23) | returns an iterator to the beginning (public member function) |
(C++20) | returns a sentinel indicating the end of a range (customization point object) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/adjacent_transform_view/end