MCPcopy Create free account
hub / github.com/boostorg/hana / operator!=

Method operator!=

test/issues/github_460.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 constexpr bool operator!=(SomeStruct const& other) const {
20 return hana::not_equal(hana::members(*this), hana::members(other));
21 }
22};
23
24int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected