#include <Parameter.hpp>
|
static constexpr std::string_view | name {} |
| Name should be shared by all classes. More...
|
|
◆ operator()()
auto & Parameter::operator() |
( |
| ) |
|
|
inline |
◆ name
constexpr std::string_view Parameter::name {} |
|
staticconstexpr |
Name should be shared by all classes.
◆ value
double Parameter::value {} |
< Name should not be copied between all classes. It may be a template argument maybe? It should return its value using () argument. It we should be able to make it a function. Maybe we can use unions between function pointers and doubles.
The documentation for this struct was generated from the following file: