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

Method do_is_equal

test/storage_ptr.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 bool
64 do_is_equal(
65 memory_resource const& mr) const noexcept override
66 {
67 return this == &mr;
68 }
69 };
70
71 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected