codeql/cpp-all
2.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 the result is int.
new int
int
Type getAllocatedType()