Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ class02
Method
class02
tests/run_time/source/usertypes.constructors.cpp:189–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
public:
188
int x = 50;
189
class02() {
190
}
191
class02(const class01& other) : x(other.x) {
192
}
193
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected