Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
allocate
Method · 0.45
~PoolBase
Method · 0.45
disposeElements
Method · 0.45
releaseEmptySlabs
Method · 0.45
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected