MCPcopy Create free account
hub / github.com/SergeyMakeev/SlotMap / ~Counter2

Method ~Counter2

SlotMapTest01.cpp:398–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396{
397 Counter2() { ctorCount2++; }
398 ~Counter2() { dtorCount2++; }
399
400 Counter2(const Counter2&) = delete;
401 Counter2& operator=(const Counter2&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected