File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1390
1390
1391
1391
\rSec 2[class.nest]{Nested class declarations}%
1392
1392
\indextext {definition!nested class}%
1393
- \indextext {class local|see{local class}}%
1394
- \indextext {class nested|see{nested class}}
1393
+ \indextext {class!nested|see{nested class}}
1395
1394
1396
1395
\pnum
1397
1396
A class can be declared within another class. A class declared within
1398
- another is called a \grammarterm {nested} class. The name of a nested class
1397
+ another is called a \defnx {nested}{nested class } class. The name of a nested class
1399
1398
is local to its enclosing class.
1400
1399
\indextext {nested class!scope of}%
1401
1400
The nested class is in the scope of its enclosing class.
1761
1760
\rSec 1[class.local]{Local class declarations}
1762
1761
\indextext {declaration!local class}%
1763
1762
\indextext {definition!local class}%
1763
+ \indextext {class!local|see{local class}}%
1764
1764
1765
1765
\pnum
1766
1766
A class can be declared within a function definition; such a class is
1767
- called a \grammarterm {local} class. The name of a local class is local to
1767
+ called a \defnx {local}{local class } class. The name of a local class is local to
1768
1768
its enclosing scope.
1769
1769
\indextext {local class!scope of}%
1770
1770
The local class is in the scope of the enclosing scope, and has the same
You can’t perform that action at this time.
0 commit comments