Base Framework
|
Summation function object. More...
#include <base/Functor.h>
Inherits UnaryOperation< TYPE, TYPE >.
Public Member Functions | |
void | operator() (const TYPE &value) noexcept |
RESULT | getResult () const noexcept |
Protected Attributes | |
RESULT | result = 0 |
Additional Inherited Members | |
![]() | |
typedef TYPE | Argument |
typedef TYPE | Result |
Summation function object.
This function object calculate the sum of a sequence of objects.