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

Function operator==

test/parse_into.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36BOOST_DESCRIBE_STRUCT(X, (), (a, b, c))
37
38bool operator==( X const& x1, X const& x2 )
39{
40 return x1.a == x2.a && x1.b == x2.b && x1.c == x2.c;
41}
42
43struct Y
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected