Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ ptr
Method
ptr
Utilities/cmcppdap/src/typeof.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
struct Instance {
91
TypeInfos* ptr() { return reinterpret_cast<TypeInfos*>(memory.data); }
92
Instance() { new (ptr()) TypeInfos(); }
93
~Instance() { ptr()->release(); }
94
};
Callers
1
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected