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

Method is

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

Source from the content-addressed store, hash-verified

230struct Circle : Shape
231{
232 bool is() const final { return false; }
233};
234struct Square : Shape
235{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected