Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
struct Shape {
8
virtual ~Shape() = default;
9
};
10
11
struct Box : Shape { };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected