ΒΆunsigned int clang_isPODType(CXType T)
unsigned int clang_isPODType(CXType T)
Description
Return 1 if the CXType is a POD (plain old data) type, and 0 otherwise.
Declared at: clang/include/clang-c/Index.h:3883
Parameters
- CXType T