Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ test
Method
test
tests/run_time/source/functions.cpp:1287–1288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1285
struct test {
1286
int special_value = 17;
1287
test() : special_value(17) {
1288
}
1289
test(int special_value) : special_value(special_value) {
1290
}
1291
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected