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

Method begin

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

Source from the content-addressed store, hash-verified

60 /********************** Iterators ****************************/
61
62 __forceinline T* begin() const { return (T*)items; };
63 __forceinline T* end () const { return (T*)items+M; };
64
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected