Simple Application Framework
1
|
Basic predicate functors.
#include "Function.h"
Go to the source code of this file.
Classes | |
struct | Saf::Algo::Predicate::Equal< T > |
Equal to predicate. More... | |
struct | Saf::Algo::Predicate::Greater< T > |
Greater than predicate. More... | |
struct | Saf::Algo::Predicate::GreaterOrEqual< T > |
Greater than or equal to predicate. More... | |
struct | Saf::Algo::Predicate::Less< T > |
Less than predicate. More... | |
struct | Saf::Algo::Predicate::LessOrEqual< T > |
Less than or equal to predicate. More... | |
struct | Saf::Algo::Predicate::NotEqual< T > |
Not equal to predicate. More... | |
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Algo |
Generic data handling algorithms and structures. | |
namespace | Saf::Algo::Predicate |
Basic predicate functors. |
Basic predicate functors.