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