Matthias
2005-02-19 10:19:25 UTC
I searched the standard for an exact explanation of what "plain old
data" might be... I suppose, built-in types are POD. But what about this:
struct Data {
int a,b;
};
Is Data a POD type?
data" might be... I suppose, built-in types are POD. But what about this:
struct Data {
int a,b;
};
Is Data a POD type?
--
Regards,
Matthias
Regards,
Matthias