Easy Unary Predicates 7 minutes readPredicates are functions that return a boolean value. Unary predicates take a single parameter to decide the return value [drdobbs] [cppref]. They are useful...