codeql/cpp-all
1.4.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the type that is being allocated.
For example, for new int[5] the result is int[5].
new int[5]
int[5]
Type getAllocatedType()