|
FuncSketch
|
Class of unary plus operator. More...
#include <func_sketch/math/unary_operators.h>
Static Public Member Functions | |
| static std::string_view | name () noexcept |
| Get the name of the operator. | |
| static void | operator() (const Number &arg, Number &result) noexcept |
| Operate on a scalar. | |
Class of unary plus operator.
Definition at line 31 of file unary_operators.h.
|
inlinestaticnodiscardnoexcept |
Get the name of the operator.
Definition at line 38 of file unary_operators.h.
|
inlinestaticnoexcept |
Operate on a scalar.
| [in] | arg | Argument. |
| [out] | result | Result. |
Definition at line 46 of file unary_operators.h.