Base Framework
|
Maximum value function object. More...
#include <base/Functor.h>
Inherits UnaryOperation< TYPE, TYPE >.
Public Member Functions | |
Maximum (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 |
Maximum value function object.
This function object finds the minimum value of a sequence. The objects should be of an arithmetic type.