Skip to content

Adding a note about what a member subobject is #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,9 @@
Members of a class are data members, member
functions~(\ref{class.mfct}), nested types, and enumerators. Data
members and member functions are static or non-static;
see~\ref{class.static}. Nested types are
classes~(\ref{class.name},~\ref{class.nest}) and
see~\ref{class.static}. \enternote A non-static data member of non-reference
type is a member subobject of a class object~(\ref{intro.object}).\exitnote
Nested types are classes~(\ref{class.name},~\ref{class.nest}) and
enumerations~(\ref{dcl.enum}) defined in the class, and arbitrary types
declared as members by use of a typedef declaration~(\ref{dcl.typedef}).
The enumerators of an unscoped enumeration~(\ref{dcl.enum}) defined in the class
Expand Down