☰
✕
Главная
© 2002 - 2025
Diary.ru
C++ Template Functions
netcat-na-diary
| четверг, 08 августа 2013
Template Functions
Write the function with a placeholder
template <class T> T max(T& t1, T& t2) { return t1 < t2 ? t2: t1; }
When using the function, compiler may deduce the type you're using
max (33, 44) max (string1, string2) max (p1, p2) max<double>(33, 2.0)
C++
C++ Template Functions
Смотрите также
Ах, Самара-городок. День 1-й. 29.09.24. Бонус 1.
ЭДМАР
трудо выебудни - 2025
Ещё миник
Another one bites the dust
Как внизу тебя найти?