STL Algorithm In One Container
Asked By
10 points
N/A
Posted on - 06/26/2019
I need an STL algorithm that uses a predicate and a collection and returns true if only one member of the collection satisfies the predicate, otherwise returns false.How could I do that with STL algorithms?