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

Method begin

physx/source/foundation/include/PsArray.h:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 a pointer to the initial element of the array.
180 */
181 PX_FORCE_INLINE ConstIterator begin() const
182 {
183 return mData;
184 }
185
186 PX_FORCE_INLINE Iterator begin()
187 {

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected