File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 714
714
715
715
\pnum
716
716
The point of declaration for an
717
- \grammarterm { injected-class-name} (Clause~\ref {class }) is immediately following
717
+ injected-class-name (Clause~\ref {class }) is immediately following
718
718
the opening brace of the class definition.
719
719
720
720
\pnum
Original file line number Diff line number Diff line change 64
64
A \grammarterm {class-name} is inserted into the scope in which it is
65
65
declared immediately after the \grammarterm {class-name} is seen. The
66
66
\grammarterm {class-name} is also inserted into the scope of the class
67
- itself; this is known as the \grammarterm {injected-class-name}.
68
- \indextext {\idxgram {injected-class-name}}%
67
+ itself; this is known as the \defn {injected-class-name}.
69
68
For purposes of access checking, the injected-class-name is treated as
70
69
if it were a public member name.
71
70
\indextext {definition!class}%
Original file line number Diff line number Diff line change 2110
2110
attribute-specifier-seq\opt decl-specifier-seq\opt declarator virt-specifier-seq\opt {} \terminal { = default ;}
2111
2111
\end {ncbnf }
2112
2112
2113
- is called an \grammarterm {explicitly-defaulted} definition.
2113
+ is called an \term {explicitly-defaulted} definition.
2114
2114
A function that is explicitly defaulted shall
2115
2115
2116
2116
\begin {itemize }
Original file line number Diff line number Diff line change 10
10
\indextext {function, overloaded|see{overloading}}%
11
11
When two or more different declarations are specified for a single name
12
12
in the same scope, that name is said to be
13
- \grammarterm {overloaded}.
13
+ \term {overloaded}.
14
14
By extension, two declarations in the same scope that declare the same name
15
15
but with different types are called
16
16
\term {overloaded declarations}.
You can’t perform that action at this time.
0 commit comments