class
FirstMatchAssertionExprRepresents a first_match operator in a sequence expression.
Base classes
- class AssertionExpr
- The base class for assertion expressions (sequences and properties).
Public variables
- const AssertionExpr& seq
- The operand.
-
std::
span<const Expression*const > matchItems - Match items that apply upon matching the sequence.