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

Function incRef

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

Source from the content-addressed store, hash-verified

13 oidn_inline RefCount(size_t count = 0) noexcept : count(count) {}
14
15 oidn_inline size_t incRef() noexcept
16 {
17 return ++count;
18 }
19
20 oidn_inline size_t decRef()
21 {

Callers 1

sycl_device.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected