Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ TestClass03
Method
TestClass03
tests/run_time/source/usertypes.inheritance.multi.cpp:66–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
class TestClass03 : public TestClass02 {
65
public:
66
TestClass03() : c(2) {
67
}
68
TestClass03(const TestClass02& other) : c(other.b) {
69
}
70
TestClass03(const TestClass01& other) : c(other.a) {
Callers
nothing calls this directly
Calls
1
Thing
Method · 0.80
Tested by
no test coverage detected