This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
marx
/
cpp_trait
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
da1bc3b21e
Atzari
Tagi
master
cpp_trait
/
rectangle_shape.h
rectangle_shape.h
86 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
// rectangle_shape.h
namespace ShapeImpl
{
double area(const Rectangle &rectangle);
}