Skip to content

Commit cf7000a

Browse files
committed
Merge pull request #602 from AaronBallman/member_subobject
[class.mem] Add a note about what a member subobject is
2 parents 81af619 + b91c576 commit cf7000a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/classes.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,9 @@
499499
Members of a class are data members, member
500500
functions~(\ref{class.mfct}), nested types, and enumerators. Data
501501
members and member functions are static or non-static;
502-
see~\ref{class.static}. Nested types are
503-
classes~(\ref{class.name},~\ref{class.nest}) and
502+
see~\ref{class.static}. \enternote A non-static data member of non-reference
503+
type is a member subobject of a class object~(\ref{intro.object}).\exitnote
504+
Nested types are classes~(\ref{class.name},~\ref{class.nest}) and
504505
enumerations~(\ref{dcl.enum}) defined in the class, and arbitrary types
505506
declared as members by use of a typedef declaration~(\ref{dcl.typedef}).
506507
The enumerators of an unscoped enumeration~(\ref{dcl.enum}) defined in the class

0 commit comments

Comments
 (0)