Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ data
Method
data
third-party/embreeSrc/common/sys/array.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
__forceinline T& back () const { assert(N > 0); return items[N-1]; };
40
41
__forceinline T* data() { return items; };
42
__forceinline const T* data() const { return items; };
43
44
private:
Callers
12
overflow
Method · 0.45
save_value
Method · 0.45
load_value
Method · 0.45
ReadChannelInfo
Function · 0.45
hufBuildEncTable
Function · 0.45
hufCompress
Function · 0.45
hufUncompress
Function · 0.45
CompressPiz
Function · 0.45
DecompressPiz
Function · 0.45
UTF8ToWchar
Function · 0.45
SaveEXRToMemory
Function · 0.45
SaveEXR
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected