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