Hi
I wanna give template method of library class with some predicate,
which I put to std::for_each in that method.How to break the
std::for_each with predicate?(exce ptions are used olny in exceptional
situations, as i know)
Thanks
I wanna give template method of library class with some predicate,
which I put to std::for_each in that method.How to break the
std::for_each with predicate?(exce ptions are used olny in exceptional
situations, as i know)
Thanks
Comment