STL Algorithm
STL Algorithm
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 algor
- 42 views
- 1 answers
- 0 votes