MCPcopy Create free account
hub / github.com/Tracktion/choc / ObjectReference

Method ObjectReference

choc/memory/choc_ObjectReference.h:43–43  ·  view source on GitHub ↗

An ObjectReference can only be created for a valid, non-null object reference.

Source from the content-addressed store, hash-verified

41
42 /// An ObjectReference can only be created for a valid, non-null object reference.
43 ObjectReference() = delete;
44
45 /// An ObjectReference can never point to a nullptr!
46 ObjectReference (decltype (nullptr)) = delete;

Callers

nothing calls this directly

Calls 1

getPointerMethod · 0.45

Tested by

no test coverage detected