Represents the current state of the emit flows computation. More...
Public Types | |
using | outputs = Ins |
using | flows = Flows |
Static Public Attributes | |
static constexpr size_t | next_x = X |
static constexpr size_t | next_i = I |
Represents the current state of the emit flows computation.
Ins | the tuple of input placeholders/ph's |
X | the current x<n> to use for an emitted flow |
I | the current in<n> to use for additonal inputs |
Flows | tuple of flows emitted so far |
This type is used as the accumulator value for par_fold and ser_fold and as well as the emit_serial_part specializations which must provide the same typedefs and static constants as emit_state.