Counting Elements

Count algorithms assist us in counting the number of elements in a range which satisfy a certain predicate.

We'll cover the following...

We can count elements (with or without a predicate) using STL ...