Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ darray_t
Method
darray_t
third-party/embreeSrc/common/sys/array.h:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
public:
53
54
__forceinline darray_t () : M(0) {}
55
56
__forceinline darray_t (const T& v) : M(0) {
57
for (size_t i=0; i<N; i++) items[i] = v;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected