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

Method end

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

Source from the content-addressed store, hash-verified

18
19 __forceinline T* begin() const { return items; };
20 __forceinline T* end () const { return items+N; };
21
22
23 /********************** Capacity ****************************/

Callers 4

mapThreadIDFunction · 0.45
toLowerCaseFunction · 0.45
toUpperCaseFunction · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected