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

Method end

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

Source from the content-addressed store, hash-verified

83 __forceinline const_iterator begin() const { return items; };
84
85 __forceinline iterator end () { return items+size_active; };
86 __forceinline const_iterator end () const { return items+size_active; };
87
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected