Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tracktion/choc
/ ObjectPointer
Method
ObjectPointer
choc/memory/choc_ObjectPointer.h:50–50 ·
view source on GitHub ↗
Creates a null ObjectPointer.
Source
from the content-addressed store, hash-verified
48
49
/// Creates a null ObjectPointer.
50
ObjectPointer() = default;
51
52
/// Creates a null ObjectPointer.
53
ObjectPointer (decltype (nullptr)) noexcept {}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected