Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::parameter::ValuedParameter Struct Reference

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.

Detailed Description

A parameter with a name and value.

Member Data Documentation

◆ name

std::string steppable::__internals::parameter::ValuedParameter::name

The name of the parameter.

◆ value

std::any steppable::__internals::parameter::ValuedParameter::value

The value of the parameter.


The documentation for this struct was generated from the following file:
Untitled