scram::mef::Functor
Creates a functor out of function pointer to common cmath functions. More...
#include <numerical.h>
Public Functions
| Name | |
|---|---|
| double | operator()(double arg)<br>Forwards the call to the wrapped function. |
Detailed Description
cpp
template <double(*)(double) F>
struct scram::mef::Functor;Creates a functor out of function pointer to common cmath functions.
Public Functions Documentation
function operator()
cpp
inline double operator()(
double arg
)Forwards the call to the wrapped function.
Updated on 2025-11-11 at 16:51:08 +0000
