index
:
FMI/oop-2023-solutions
main
Решения на задачите от практикума по ООП на КН, втори поток, ФМИ
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
week08
/
Exercise3.hpp
blob: 9b15db273ec131d65f03f70abc5fef1ad666cad3 (
plain
) (
blame
)
1
2
3
4
5
template
<
class
T
,
class
P
>
struct
Pair
{
T left
;
P right
;
};