Simple Application Framework
1
|
Basic predicate functors. More...
Classes | |
struct | Equal |
Equal to predicate. More... | |
struct | Greater |
Greater than predicate. More... | |
struct | GreaterOrEqual |
Greater than or equal to predicate. More... | |
struct | Less |
Less than predicate. More... | |
struct | LessOrEqual |
Less than or equal to predicate. More... | |
struct | NotEqual |
Not equal to predicate. More... |
Basic predicate functors.