count Counts the number of elements that match a value Is passed an input iterator range and a value Returns the number of occurances of the value There is also count_if Is passed a Unary Predicate instead of a value