codeql/cpp-all
4.1.1-dev
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()