slang::ast::ConcatenationExpression class

Represents a concatenation expression.

Base classes

class Expression
The base class for all expressions in SystemVerilog.

Public functions

auto operands() const -> std::span<const Expression*const>

Function documentation

std::span<const Expression*const> slang::ast::ConcatenationExpression::operands() const

Returns the list of operands in the concatenation