std::ranges::chunk_view<V>::iterator

The return type of chunk_view::begin, and of chunk_view::end when the underlying view V is a common_range.

# Declarations

template< bool Const >
class /*iterator*/

(since C++23) (exposition only*)

# Example

This section is incompleteReason: no example