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

Method empty

physx/source/foundation/include/PsArray.h:266–269  ·  view source on GitHub ↗

! Returns whether the array is empty (i.e. whether its size is 0). \return true if the array is empty */

Source from the content-addressed store, hash-verified

264 true if the array is empty
265 */
266 PX_FORCE_INLINE bool empty() const
267 {
268 return mSize == 0;
269 }
270
271 /*!
272 Finds the first occurrence of an element in the array.

Callers 2

sortFunction · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected