MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / Circle

Class Circle

sample/getClassName.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 virtual ~Shape() = default;
7};
8struct Circle : Shape
9{
10};
11struct Square : Shape
12{
13};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected