std::ranges::chunk_by_view<V,Pred>::iterator
Min standard notice:
The return type of chunk_by_view::begin, and of chunk_by_view::end when the underlying view V is a common_range.
# Declarations
class /*iterator*/
(since C++23) (exposition only*)
# Example
This section is incompleteReason: no example