scram::mef::Formula::Arg
Formula argument with a complement flag.
#include <event.h>
Public Attributes
| Name | |
|---|---|
| bool | complement <br>Negation of the argument event. |
| ArgEvent | event <br>The event in the formula. |
Public Attributes Documentation
variable complement
cpp
bool complement;Negation of the argument event.
variable event
cpp
ArgEvent event;The event in the formula.
Updated on 2025-12-19 at 21:56:46 +0000
