Determine if struct is POD (Plain Old Data).
POD is defined as:
The idea being these are compatible with C structs.
true if struct is POD
See Implementation
Determine if struct is POD (Plain Old Data).
POD is defined as:
The idea being these are compatible with C structs.