Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SergeyMakeev/SlotMap
/ ~Counter
Method
~Counter
SlotMapTest01.cpp:346–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
{
345
Counter() { ctorCount++; }
346
~Counter() { dtorCount++; }
347
348
Counter(const Counter&) = delete;
349
Counter& operator=(const Counter&) = delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected