MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / capacity

Method capacity

Engine/source/core/util/tVector.h:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733template<class T> inline U32 Vector<T>::capacity() const
734{
735 return mArraySize;
736}
737
738template<class T> inline void Vector<T>::set(void * addr, U32 sz)
739{

Callers 4

TESTFunction · 0.45
needPacketMethod · 0.45
submitPacketMethod · 0.45
getLocalWindTreesMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36