Skip to content

scram::mef::Formula::Arg

Formula argument with a complement flag.

#include <event.h>

Public Attributes

Name
boolcomplement <br>Negation of the argument event.
ArgEventevent <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