Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ Reference_MyClass
Class
Reference_MyClass
unittests/compiled_tests.cpp:1277–1281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1275
}
1276
1277
struct Reference_MyClass
1278
{
1279
Reference_MyClass(double& t_x) : x(t_x) {}
1280
double& x;
1281
};
1282
1283
TEST_CASE(
"Test reference member being registered"
)
1284
{
Callers
1
compiled_tests.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected