Skip to content

scram::mef::Bifunctor

Creates a functor for functions with two arguments. More...

#include <numerical.h>

Public Functions

Name
doubleoperator()(double arg_one, double arg_two)<br>Forwards the call to the wrapped function.

Detailed Description

cpp
template <double(*)(double, double) F>
struct scram::mef::Bifunctor;

Creates a functor for functions with two arguments.

Public Functions Documentation

function operator()

cpp
inline double operator()(
    double arg_one,
    double arg_two
)

Forwards the call to the wrapped function.


Updated on 2025-11-11 at 16:51:08 +0000