Namespaces
Variants
Actions

deduction guides for std::ranges::chunk_by_view

From cppreference.com
< cpp‎ | ranges‎ | chunk by view
 
 
Ranges library
 
 
template< class R, class Pred >
chunk_by_view( R&&, Pred ) -> chunk_by_view<views::all_t <R>, Pred>;
(since C++23)

The deduction guide is provided for std::ranges::chunk_by_view to allow deduction from range and predicate function.

[edit] Example

This section is incomplete
Reason: no example
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/chunk_by_view/deduction_guides&oldid=172675"

AltStyle によって変換されたページ (->オリジナル) /