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

Class Circle

test/matchit/legacy.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 virtual ~Shape() = default;
229};
230struct Circle : Shape
231{
232 bool is() const final { return false; }
233};
234struct Square : Shape
235{
236 bool is() const final { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected