A derived parameter has a name and a function for obtaining its value.
More...
#include <snippet.h>
|
std::string | name |
|
std::function< double(const std::vector< double > &, double)> | func |
|
A derived parameter has a name and a function for obtaining its value.
◆ operator==()
bool Snippet::Base::DerivedParam::operator== |
( |
const DerivedParam & |
other | ) |
const |
|
inline |
◆ func
std::function<double(const std::vector<double> &, double)> Snippet::Base::DerivedParam::func |
◆ name
std::string Snippet::Base::DerivedParam::name |
The documentation for this struct was generated from the following file: