Binds the second argument of a function or functor to a certain value. More...
#include <integrator.hpp>
Public Member Functions | |
BindSecond (T const &func, double value) | |
double | operator() (double x) const |
double | operator() (double x1, double x2) const |
double | operator() (double x1, double x2, double x3) const |
double | operator() (double x1, double x2, double x3, double x4) const |
Binds the second argument of a function or functor to a certain value.
T | type of the object for which the second argument is to be bound |
Definition at line 97 of file integrator.hpp.
|
inline |
Definition at line 100 of file integrator.hpp.
|
inline |
Definition at line 102 of file integrator.hpp.
|
inline |
Definition at line 103 of file integrator.hpp.
|
inline |
Definition at line 104 of file integrator.hpp.
|
inline |
Definition at line 105 of file integrator.hpp.