![]() |
aGrUM
0.14.2
|
This files contains several function objects that are not (yet) defined in the STL. More...
Go to the source code of this file.
Classes | |
struct | gum::Maximizes< GUM_SCALAR > |
Maximization function object classReturns the maximum of its two arguments. More... | |
struct | gum::Minimizes< GUM_SCALAR > |
Minimization function object classReturns the minimum of its two arguments. More... | |
struct | gum::ArgumentMaximises< GUM_SCALAR > |
Arg Max function object class. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
This files contains several function objects that are not (yet) defined in the STL.
Generically, function objects are instances of a class with member function operator() defined. This member function allows the object to be used with the same syntax as a function call.
Definition in file functors.h.