| re: Definition of POD types
On Mon, 11 Aug 2003 14:05:22 -0400, "Victor Bazarov"
<v.Abazarov@attAbi.com> wrote:
[color=blue]
>Can't you search the Standard for "POD"? <sigh>...[/color]
Of course I did. Found many references to datatypes which were
described as being POD types or non-POD types, but nowhere was the
term POD defined.
[color=blue]
>3.9/10 "Arithmetic types (3.9.1), enumeration types, pointer types,
> and pointer to member types (3.9.2), and cvqualified versions of
> these types (3.9.3) are collectively called scalar types. Scalar
> types, POD-struct types, POD-union types (clause 9), arrays of such
> types and cv-qualified versions of these types (3.9.3) are
> collectively called POD types."[/color]
Saw this, but it didn't explain what common attributes correlated
these types as POD types. Especially since the desription is more
thatn somewhat self-referential, I did not find enlightenment here.
[color=blue]
>POD stands for Plain Old Data.[/color]
<click> This explains a great deal. Everything, in fact. All
questions answered. Thanks.
</dib>
John Dibling
Witty banter omitted for your protection |