constexpr ranges::iterator_t<Base> base() const; | (since C++23) |
Returns the underlying iterator to the begin of current chunk.
Equivalent to return current_;
.
(none).
An iterator.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/chunk_view/iterator/base