MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / IsNull

Method IsNull

Shadows/SampleFramework11/WICTextureLoader.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool IsNull() const { return (!_pointer); }
56
57 T& operator*() { return *_pointer; }
58 T* operator->() { return _pointer; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected