MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / zero

Method zero

include/hx/QuickVec.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 memmove(mPtr+inPos, mPtr+inPos+1, (mSize-inPos)*sizeof(T));
93 }
94 void zero() { memset(mPtr,0,mSize*sizeof(T) ); }
95
96 inline bool qerase_val(T inVal)
97 {

Callers 1

zeroFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected