Contenuto principale

Cpp.QualifiedIdentifier Class

Namespace: Cpp
Superclasses: AstNodeProperties

Represents the qualified_identifier nodes in the syntax tree of your code

Since R2026a

Description

The PQL class QualifiedIdentifier represents the node qualified_identifier in the syntax tree of your code.

#include <vector>
std::vector<int> v;

The code contains the std::vector qualified identifier.

Predicates

expand all

Version History

Introduced in R2026a