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 unsigned int constexpr count = N;
traits class to count any type of Process, general version
A traits marker to identify BaseProcess, thus any type of process.
static unsigned int constexpr getNumberOfProcesses()
Default number of processes is zero, obviously.
The cascade namespace assembles all objects needed to simulate full particles cascades.
Process that does nothing.