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

Method Counter2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected