Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ BaseClass
Method
BaseClass
samples/inheritance.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
{
5
public:
6
BaseClass()
7
{
8
}
9
10
BaseClass(const BaseClass &) = default;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected