This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
marx
/
cpp_trait
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
da1bc3b21e
Branch-ok
Tag-ek
master
cpp_trait
/
circle_shape.h
circle_shape.h
80 B
Előzmények
Nyers
1
2
3
4
5
6
#include "circle.h"
namespace ShapeImpl
{
double area(const Circle &circle);
}