File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1751
1751
\end {example }
1752
1752
1753
1753
\pnum
1754
- Return type deduction for a templated entity
1755
- that is a function or function template with a placeholder in its
1754
+ Return type deduction for a templated
1755
+ function with a placeholder in its
1756
1756
declared type occurs when the definition is instantiated even if the function
1757
1757
body contains a \tcode {return} statement with a non-type-dependent operand.
1758
1758
\begin {note }
Original file line number Diff line number Diff line change 172
172
templated entity is a templated entity.
173
173
\end {note }
174
174
175
+ A \defnadj {templated}{function} is
176
+ a function template or a function that is templated.
177
+ A \defnadj {templated}{class} is
178
+ a class template or a class that is templated.
179
+ A \defnadj {templated}{variable} is
180
+ a variable template or a variable that is templated.
181
+
175
182
\pnum
176
183
A \grammarterm {template-declaration} is written
177
184
in terms of its template parameters.
You can’t perform that action at this time.
0 commit comments