You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filter_view has no pred() member
Other views taking predicates (take_while_view and drop_while_view) have a pred() member returning (a const reference to) the contained predicate object, but filter_view does not