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

Method begin

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

Source from the content-addressed store, hash-verified

80 /********************** Iterators ****************************/
81
82 __forceinline iterator begin() { return items; };
83 __forceinline const_iterator begin() const { return items; };
84
85 __forceinline iterator end () { return items+size_active; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected