find_first_of Find first occurance of a number of possible values Eg. find first one of: 3, 12, 42 in: 5, 23, 6, 12, 4, 42 Can be passed a Binary Predicate for comparisons Passed an input iterator range and a forward iterator range Returns an input iterator at first match or end iterator