Namespaces
Variants

deduction guides for std::ranges::stride_view

From cppreference.net
Ranges library
Range adaptors
定義ヘッダー <ranges>
template < class R >
stride_view ( R && , ranges:: range_difference_t < R > ) - > stride_view < views:: all_t < R >> ;
(C++23以降)

deduction guide std::ranges::stride_view に対して提供されており、 range と要素数からの推論を可能にします。