MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / begin

Method begin

third-party/embreeSrc/common/sys/array.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

mapThreadIDFunction · 0.45
toLowerCaseFunction · 0.45
toUpperCaseFunction · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected