Base Framework
|
Minimum value function object. More...
#include <base/Functor.h>
Inherits UnaryOperation< TYPE, TYPE >.
Public Member Functions | |
Minimum (const TYPE &value) noexcept | |
void | operator() (const TYPE &value) noexcept |
TYPE | getResult () const noexcept |
Protected Attributes | |
TYPE | result = 0 |
Additional Inherited Members | |
![]() | |
typedef TYPE | Argument |
typedef TYPE | Result |
Minimum value function object.
This function object finds the minimum value of a sequence. The objects should be of an arithmetic type.