constexpr const Pred& pred() const;  |  (since C++23) | 
Returns a reference to the contained Pred object. Equivalent to return *pred_;.
The behavior is undefined if pred_ does not contain a value.
(none).
A copy of the underlying view.
    © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
    https://en.cppreference.com/w/cpp/ranges/chunk_by_view/pred