Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/conceptsDefinition.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
int main() {
43
ConceptsDefinition::SimpleRequirement auto x = 4;
44
45
return areEqual(2, 3.0);
46
}
Callers
nothing calls this directly
Calls
1
areEqual
Function · 0.85
Tested by
no test coverage detected