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

Method operator==

include/boost/json/array.hpp:1303–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301 // inline friend speeds up overload resolution
1302 friend
1303 bool
1304 operator==(
1305 array const& lhs,
1306 array const& rhs) noexcept
1307 {
1308 return lhs.equal(rhs);
1309 }
1310
1311 /** Compare two arrays for inequality.
1312

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected