MCPcopy Create free account
hub / github.com/boostorg/json / do_is_equal

Method do_is_equal

test/checking_resource.hpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool do_is_equal(memory_resource const& other) const noexcept
56 override
57 {
58 return this == &other;
59 }
60};
61
62} // namespace json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected