472,977 Members | 1,644 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,977 software developers and data experts.

Definition of POD types

Could somebody please direct me to a location in the standard where
POD types are defined? That is, where in the standard is it defined
what attributes a POD type has that a non-POD hasn't? Also, what does
the acronym stand for?

Thanks,

</dib>
John Dibling
Witty banter omitted for your protection
Jul 19 '05 #1
3 4503
On Mon, 11 Aug 2003 17:49:17 GMT, John Dibling <dib@substitute_my_full_last_name_here.com> wrote:
Could somebody please direct me to a location in the standard where
POD types are defined?
§9/4: POD struct, POD union and POD class (the latter is a general term
for POD struct or POD union).

§3.9/1: POD type.

That is, where in the standard is it defined what attributes a POD type
has that a non-POD hasn't?
It's actually opposite; see the first reference above.

Also, what does the acronym stand for?


Plain Old Datatype.

Jul 19 '05 #2
On Mon, 11 Aug 2003 14:05:22 -0400, "Victor Bazarov"
<v.********@attAbi.com> wrote:
Can't you search the Standard for "POD"? <sigh>...
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.
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."
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.
POD stands for Plain Old Data.


<click> This explains a great deal. Everything, in fact. All
questions answered. Thanks.

</dib>
John Dibling
Witty banter omitted for your protection

Jul 19 '05 #3
On Mon, 11 Aug 2003 18:01:05 GMT, al***@start.no (Alf P. Steinbach)
wrote:

Plain Old Datatype.


Thanks much.

</dib>
John Dibling
Witty banter omitted for your protection

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Dave H | last post by:
Hello, I have a query regarding definition lists. Is it good practice semantically to use the dt and dd elements to mark up questions and answers in a frequently asked questions list, or FAQ? ...
14
by: Mike Hewson | last post by:
Have been researching as to why: <example 1> class ABC { static const float some_float = 3.3f; }; <end example 1>
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project by serveraddresss?wsdl, it gives me following error: Custom tool...
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
3
by: WaterWalk | last post by:
I read from c99 std TC2 community draft, and found the following statement in 6.7.2.3: "Tw o declarations of structure, union, or enumerated types which are in different scopes or use different...
9
by: joshc | last post by:
Hi, I have an array defined in one file with an intializer as follows: int arr = {0, 1, 2, 3}; I have a declaration of the array in another file as follows: extern int arr;
2
by: leo.hou | last post by:
Hi experts, I am new to linux and all the type definitions are driving me mad. What is the best way to check a type definition in linux? When I use man page to check some function definition, I...
9
by: Jess | last post by:
Hello, I was told that if I declare a static class constant like this: class A{ static const int x = 10; }; then the above statement is a declaration rather than a definition. As I've...
15
by: mdh | last post by:
May I ask. If an array is defined , not as a static, but outside of a function, is there any guarantee as to the contents of each element? Thanks.
275
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.