Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ Data
Function
Data
core/data.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
size_t size;
15
16
Data() : ptr(nullptr), size(0) {}
17
Data(std::nullptr_t) : ptr(nullptr), size(0) {}
18
19
template<typename T>
Callers
1
removeParam
Method · 0.85
Calls
1
Exception
Function · 0.85
Tested by
no test coverage detected