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

Method capacity

include/reactphysics3d/containers/Stack.h:188–190  ·  view source on GitHub ↗

Return the capacity of the stack

Source from the content-addressed store, hash-verified

186
187 /// Return the capacity of the stack
188 uint64 capacity() const {
189 return mCapacity;
190 }
191};
192
193}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected