![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
This files contains several function objects that are not (yet) defined in the STL. More...
#include <cstdlib>#include <agrum/base/core/sequence.h>#include <agrum/base/core/smallobjectallocator/smallObjectAllocator.h>#include <agrum/base/core/argMaxSet_tpl.h>Go to the source code of this file.
Classes | |
| struct | gum::ArgMaxSet< GUM_SCALAR_VAL, GUM_SCALAR_SEQ > |
| Class to handle efficiently argMaxSet. More... | |
Namespaces | |
| namespace | 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 argMaxSet.h.