MCPcopy Create free account
hub / github.com/baidu/babylon / InplaceClass

Method InplaceClass

test/test_any.cpp:884–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882
883 struct InplaceClass {
884 InplaceClass() = default;
885 InplaceClass(const InplaceClass&) = default;
886 ~InplaceClass() {
887 destruct_times++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected