MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ~TestObj

Method ~TestObj

tests/unit_test/sk_unique_ptr_test.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 static int destroy_count;
14 explicit TestObj(int v) : value(v) {}
15 ~TestObj() { ++destroy_count; }
16};
17int TestObj::destroy_count = 0;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected