MCPcopy 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
24int 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

equalClass · 0.50

Tested by

no test coverage detected