摘要: What is Predicate?From: http://www.sgi.com/tech/stl/Predicate.htmlA Predicate is a Unary Function whose result represents the truth or falsehood of some condition. A Predicate might, for example, be a function that takes an argument of type int and returns true if the argument is positive.Effective 阅读全文
posted @ 2012-09-02 10:17 SolidMango 阅读(499) 评论(0) 推荐(0)