File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 456
456
457
457
\begin {itemize }
458
458
\item name and brief description
459
- \item synopsis (class definition or function prototype , as appropriate)
459
+ \item synopsis (class definition or function declaration , as appropriate)
460
460
\item restrictions on template arguments, if any
461
461
\item description of class invariants
462
462
\item description of function semantics
1095
1095
1096
1096
\pnum
1097
1097
Names that are defined as functions in C shall be defined as functions in the
1098
- \Cpp standard library.\footnote { This disallows the practice, allowed in C, of
1098
+ \Cpp standard library.\footnote {This disallows the practice, allowed in C, of
1099
1099
providing a masking macro in addition to the function prototype. The only way to
1100
1100
achieve equivalent inline behavior in \Cpp is to provide a definition as an
1101
1101
extern inline function.}
Original file line number Diff line number Diff line change 1211
1211
classification represented by \tcode {f}.
1212
1212
1213
1213
\pnum
1214
- \returns Given the following function prototype :
1214
+ \returns Given the following function declaration :
1215
1215
\begin {codeblock }
1216
1216
// for exposition only
1217
1217
template<class C>
Original file line number Diff line number Diff line change 9692
9692
\exitexample
9693
9693
9694
9694
\pnum
9695
- Given the following function prototype :
9695
+ Given the following function declaration :
9696
9696
\begin {codeblock }
9697
9697
template <class T>
9698
9698
add_rvalue_reference_t<T> create() noexcept;
9849
9849
\exitexample
9850
9850
9851
9851
\pnum
9852
- Given the following function prototype :
9852
+ Given the following function declaration :
9853
9853
9854
9854
\begin {codeblock }
9855
9855
template <class T>
You can’t perform that action at this time.
0 commit comments