MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / size

Method size

include/reactphysics3d/containers/Stack.h:183–185  ·  view source on GitHub ↗

Return the number of items in the stack

Source from the content-addressed store, hash-verified

181
182 /// Return the number of items in the stack
183 uint64 size() const {
184 return mNbElements;
185 }
186
187 /// Return the capacity of the stack
188 uint64 capacity() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected