Flow< Source, Target > Struct Template Reference
|
CPP API
|
mio::Flow< Source, Target > Struct Template Reference
A Flow defines a possible transition between two Compartments in a FlowModel. More...
#include <flow.h>
Public Types | |
| using | Type = decltype(Source) |
Static Public Attributes | |
| static const Type | source = Source |
| static const Type | target = Target |
Detailed Description
template<auto Source, auto Target>
struct mio::Flow< Source, Target >
A Flow defines a possible transition between two Compartments in a FlowModel.
Use in a TypeList to define the "Flows" parameter of a FlowModel.
Member Typedef Documentation
◆ Type
Member Data Documentation
◆ source
◆ target
Generated by