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

Method operator==

include/boost/json/object.hpp:1248–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 // inline friend speeds up overload resolution
1247 friend
1248 bool
1249 operator==(
1250 object const& lhs,
1251 object const& rhs) noexcept
1252 {
1253 return lhs.equal(rhs);
1254 }
1255
1256 /** Compare two objects for inequality.
1257

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected