dash::sub Struct Reference
Functor for "subtract x from argument" operation.
More...
#include <mtx/arithfunctor.h>
List of all members.
|
Public Member Functions |
|
| sub (double x_) |
| | construct w/ value
|
|
double | operator() (double d) |
| | function-call operator
|
Public Attributes |
|
const double | x |
| | value to be added
|
Detailed Description
Functor for "subtract x from argument" operation.
Definition at line 67 of file arithfunctor.h.
The documentation for this struct was generated from the following file: