Module Struct
Provides classes for modeling structs.
Import path
import semmle.code.cpp.StructImports
Classes
| LocalStruct | A C/C++ struct that is directly enclosed by a function. For example, the type |
| NestedStruct | A C/C++ nested struct. See 11.12. For example, the type |
| Struct | A C/C++ structure or union. For example, the types |