Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Circle
Method
Circle
sample/Closed-Class-Hierarchy.cpp:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
constexpr static Kind k = Kind::Circle;
15
Circle(int radius) : Shape{Shape::Kind::Circle}, radius(radius) {}
16
int radius;
17
};
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected