Module PODType03
Provides predicates to determine whether a type is an aggregate or POD (Plain Old Data), as defined by C++03.
Import path
import semmle.code.cpp.PODType03Imports
| cpp | Provides classes and predicates for working with C/C++ code. |
Predicates
| isAggregateClass03 | Holds if |
| isAggregateType03 | Holds if |
| isPodClass03 | Holds if |
| isPodType03 | Holds if |
| isScalarType03 | Holds if |