File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2135
2135
\indextext {definition!function!explicitly-defaulted}%
2136
2136
2137
2137
\pnum
2138
- A function definition
2139
- with the \grammarterm {function-body} \tcode {= default ;}
2138
+ A function definition whose
2139
+ \grammarterm {function-body}
2140
+ is of the form
2141
+ \tcode {= default ;}
2140
2142
is called an \grammarterm {explicitly-defaulted} definition.
2141
2143
A function that is explicitly defaulted shall
2142
2144
2229
2231
\indextext {definition!function!deleted}%
2230
2232
2231
2233
\pnum
2232
- A function definition
2233
- with the \grammarterm {function-body} \tcode {= delete ;}
2234
+ A function definition whose
2235
+ \grammarterm {function-body}
2236
+ is of the form
2237
+ \tcode {= delete ;}
2234
2238
is called a \term {deleted definition}. A function with a
2235
2239
deleted definition is also called a \term {deleted function}.
2236
2240
You can’t perform that action at this time.
0 commit comments