Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
test/issues/github_460.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
int main() {
25
static_assert(SomeStruct{5} == SomeStruct{5},
""
);
26
static_assert(hana::equal(SomeStruct{5}, SomeStruct{5}),
""
);
27
}
Callers
nothing calls this directly
Calls
1
equal
Class · 0.50
Tested by
no test coverage detected