30 static bool const is_process_sequence =
false;
31 static bool const is_switch_process_sequence =
false;
40 template <
typename TNull>
42 TNull,
std::enable_if_t<std::is_base_of_v<NullModel, typename std::decay_t<TNull>>>>
50 static size_t constexpr count = N;
traits class to count any type of Process, general version.
A traits marker to identify BaseProcess, thus any type of process.
`, since they are used everywhere as integral part of the framework.
Process that does nothing.
static size_t constexpr getNumberOfProcesses()
Default number of processes is zero, obviously.