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

Method operator==

test/parse_into.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 friend
66 bool operator==( Z const& z1, Z const& z2 )
67 {
68 X const& x1 = z1;
69 X const& x2 = z2;
70 return (x1 == x2) && z1.d == z2.d;
71 }
72
73 BOOST_DESCRIBE_CLASS(Z, (X), (), (), (d))
74};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected