Skip to content

scram::mef::Switch::Case

Individual cases in the switch-case operation.

#include <conditional.h>

Public Attributes

Name
Expression &condition <br>The case condition.
Expression &value <br>The value to evaluated if the condition is true.

Public Attributes Documentation

variable condition

cpp
Expression & condition;

The case condition.

variable value

cpp
Expression & value;

The value to evaluated if the condition is true.


Updated on 2025-11-11 at 16:51:08 +0000