std::ranges::filter_view<V,Pred>::sentinel

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*)