MCPcopy Create free account
hub / github.com/RenderKit/oidn / bool

Function bool

core/ref.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 oidn_inline operator bool() const noexcept { return ptr != nullptr; }
109
110 oidn_inline T& operator *() const noexcept { return *ptr; }
111 oidn_inline T* operator ->() const noexcept { return ptr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected