std::ranges::chunk_by_view<V,Pred>::iterator

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