MCPcopy Create free account
hub / github.com/ThePhD/sol2 / ~Shape

Method ~Shape

examples/source/shared_ptr_inheritance.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7struct Shape {
8 virtual ~Shape() = default;
9};
10
11struct Box : Shape { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected