Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ test
Function
test
tests/TemporaryHandler2Test.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
~S() { } // User defined destructor makes it non-trivial.
89
};
90
void test() {
91
const S &s_ref = S(); // Requires a CXXBindTemporaryExpr.
92
}
93
Callers
nothing calls this directly
Calls
1
S
Class · 0.70
Tested by
no test coverage detected