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

Method operator!=

include/boost/json/array.hpp:1324–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322 // inline friend speeds up overload resolution
1323 friend
1324 bool
1325 operator!=(
1326 array const& lhs,
1327 array const& rhs) noexcept
1328 {
1329 return ! (lhs == rhs);
1330 }
1331
1332 /** Serialize to an output stream.
1333

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected