advanced-security/qtil-cpp
0.0.4
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()