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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected