codeql/cpp-all
0.12.0
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the type stripped of pointers, references and cv-qualifiers, and resolving typedefs. For example, given typedef const C& T, stripType returns C.
typedef const C& T
stripType
C
Type stripType()