Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ClassOpInTemplateFunctionTest.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
32
int main()
33
{
34
Foo f1{1};
35
Foo f2{2};
36
37
const bool b2 = f1 == f2.get<1>();
38
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected