File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 499
499
Members of a class are data members, member
500
500
functions~(\ref {class.mfct }), nested types, and enumerators. Data
501
501
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
504
505
enumerations~(\ref {dcl.enum }) defined in the class, and arbitrary types
505
506
declared as members by use of a typedef declaration~(\ref {dcl.typedef }).
506
507
The enumerators of an unscoped enumeration~(\ref {dcl.enum }) defined in the class
You can’t perform that action at this time.
0 commit comments