MCPcopy Create free account
hub / github.com/RenderKit/embree / DynamicStackArray

Function DynamicStackArray

common/sys/array.h:162–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 struct __aligned(64) DynamicStackArray
161 {
162 __forceinline DynamicStackArray ()
163 : data(&arr[0]) {}
164
165 __forceinline ~DynamicStackArray ()
166 {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
operator[]Method · 0.45

Tested by

no test coverage detected