Returns an iterator to the first element of the transform_view
.
return /*iterator*/<false>{*this, ranges::begin(base_)};
, where base_
is the underlying view.return /*iterator*/<true>{*this, ranges::begin(base_)};
, where base_
is the underlying view.(none).
Iterator to the first element.
(C++20) | 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/transform_view/begin