Classes | |
struct | interface |
Interface of the Binary Predicate Concept. More... | |
struct | requirements |
Requirements of the Binary Predicate Concept. More... |
A binary_predicate is a binary function whose result represents the truth or falsehood of some condition. A binary predicate might, for example, be a function that takes two arguments and tests whether they are equal.