aGrUM  0.14.2
argMaxSet.h File Reference

This files contains several function objects that are not (yet) defined in the STL. More...

+ Include dependency graph for argMaxSet.h:
+ This graph shows which files directly or indirectly include this file:

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

 gum
 gum is the global namespace for all aGrUM entities
 

Detailed Description

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.

Author
Jean-Christophe MAGNAN

Definition in file argMaxSet.h.