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