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-11-11 at 16:51:08 +0000
