dash::max Struct Reference
Functor for "maximum of two values" operation.
More...
#include <mtx/arithfunctor.h>
List of all members.
|
Public Member Functions |
double | operator() (double v1, double v2) |
Detailed Description
Functor for "maximum of two values" operation.
Definition at line 95 of file arithfunctor.h.
Member Function Documentation
double dash::max::operator() |
( |
double |
v1, |
|
|
double |
v2 | |
|
) |
| | [inline] |
- Parameters:
-
v2 |
function-call operator |
Definition at line 97 of file arithfunctor.h.
The documentation for this struct was generated from the following file: