slang::ast::StrongWeakAssertionExpr class

Represents a strong or weak operator in a property expression.

Base classes

class AssertionExpr
The base class for assertion expressions (sequences and properties).

Public types

enum Strength { Strong, Weak }
The kind of expression – strong or weak.

Public variables

const AssertionExpr& expr
The expression that is being modified.