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
Write a find_if_first_of function that takes a range of elements and a tuple of predicates and returns an iterator and an optional<int> for the element and first predicate that is satisfied. This will eliminate the raw (remaining) loop inside is_proper_subset.
The text was updated successfully, but these errors were encountered:
Write a
find_if_first_of
function that takes a range of elements and a tuple of predicates and returns an iterator and anoptional<int>
for the element and first predicate that is satisfied. This will eliminate the raw (remaining) loop insideis_proper_subset
.The text was updated successfully, but these errors were encountered: