Contenuto principale

Cpp.AbstractParenthesizedDeclarator Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the abstract_parenthesized_declarator nodes in the syntax tree of your code

Since R2026a

Description

The PQL class AbstractParenthesizedDeclarator represents the node abstract_parenthesized_declarator in the syntax tree of your code.

using ArrayRefType = int (&)[5];

The preceding declarations contain abstract_parenthesized_declarator nodes (&), which corresponds to the PQL class AbstractParenthesizedDeclarator.

Predicates

expand all

Version History

Introduced in R2026a