Changeset 3ae2069
- Timestamp:
- Feb 7, 2025, 11:09:56 PM (5 weeks ago)
- Branches:
- master
- Children:
- 3e5e32cf
- Parents:
- 16d7535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/fangren_yu_MMath/intro.tex
r16d7535 r3ae2069 193 193 \# of parameters & yes & yes & yes & yes & yes & yes \\ 194 194 parameter types & yes & yes & yes & yes & yes & yes \\ 195 parameter Order/Name & O/N & O & O & O & 196 return type & yes & no & yes & no & 197 Safe/Unsafe arg. conv. & & & S/U & && no\footnote{literals only, Int -> Double (Safe)} \\198 generic & & & yes & && yes195 parameter Order/Name & O/N & O & O & O & O/N & O/N \\ 196 return type & yes & no & yes & no & no & yes \\ 197 Safe/Unsafe arg. conv. & & yes\footnote{no conversions allowed during template parameter deduction} & S/U & S\footnote{unsafe (narrowing) conversion only allowed in assignment or initialization to a primitive variable} & S & no\footnote{literals only, Int -> Double (Safe)} \\ 198 generic & & yes\footnote{compile-time only, using template expansion} & yes & yes & yes & yes 199 199 \end{tabular} 200 200 \end{minipage}
Note: See TracChangeset
for help on using the changeset viewer.