Returns an iterator to the first element of the adjacent_transform_view
.
Let inner_
be the underlying ranges::adjacent_view
.
return /*iterator*/<false>(*this, inner_.begin());
.return /*iterator*/<true>(*this, inner_.begin());
.(none).
Iterator to the first element.
A link to test: Compiler Explorer/g++-13.
(C++23) | returns an iterator or a sentinel to the end (public member function) |
(C++20) | returns an iterator to the beginning 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/begin