On this page
std::ranges::chunk_by_view<V,Pred>::chunk_by_view
|
(1) | (since C++23) |
|
(2) | (since C++23) |
Constructs a chunk_by_view
.
Parameters
base | - | the view to split |
pred | - | the function object (a binary predicate) used as a splitting criteria |
Example
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/chunk_by_view/chunk_by_view