Simple Application Framework
1
|
Basic function types.
Go to the source code of this file.
Classes | |
struct | Saf::Algo::BinaryFunction< Arg1, Arg2, Res > |
Generic binary function. More... | |
struct | Saf::Algo::UnaryFunction< Arg1, Res > |
Generic unary function. More... | |
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Algo |
Generic data handling algorithms and structures. |
Basic function types.