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

Method do_is_equal

test/doc_background.cpp:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 void* do_allocate ( size_t, size_t ) override { return 0; }
151 void do_deallocate( void*, size_t, size_t ) override {}
152 bool do_is_equal ( memory_resource const& ) const noexcept override { return true; }
153};
154// tag::doc_background_7[]
155namespace my_library {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected