std::ranges::filter_view<V,Pred>::sentinel
Min standard notice:
The return type of filter_view::end when the underlying view type (V) does not model common_range.
# Declarations
class /*sentinel*/;
(since C++20) (exposition only*)
The return type of filter_view::end when the underlying view type (V) does not model common_range.
class /*sentinel*/;
(since C++20) (exposition only*)