Steppable 0.0.1
A CAS project written from scratch in C++
|
A parameter with a name and value. More...
#include <parameter.hpp>
Public Attributes | |
std::string | name |
The name of the parameter. | |
std::any | value |
The value of the parameter. |
A parameter with a name and value.
std::string steppable::__internals::parameter::ValuedParameter::name |
The name of the parameter.
std::any steppable::__internals::parameter::ValuedParameter::value |
The value of the parameter.