deduction guides for std::ranges::chunk_view - cppreference.com (original) (raw)

The deduction guide is provided for ranges::chunk_view only if V models the input_range. This guide allows deduction from range and number of elements.

[edit] Example