MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / end

Method end

physx/source/foundation/include/PsArray.h:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 */
196
197 PX_FORCE_INLINE ConstIterator end() const
198 {
199 return mData + mSize;
200 }
201
202 PX_FORCE_INLINE Iterator end()
203 {

Callers 4

allocateMethod · 0.45
~PoolBaseMethod · 0.45
disposeElementsMethod · 0.45
releaseEmptySlabsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected