MCPcopy Create free account
hub / github.com/chen3feng/toft / RightShift

Method RightShift

container/bitmap.h:226–230  ·  view source on GitHub ↗

Right shift all bits, fill 0 to the hollow

Source from the content-addressed store, hash-verified

224
225 /// Right shift all bits, fill 0 to the hollow
226 void RightShift(size_t shift)
227 {
228 if (shift != 0)
229 DoRightShift(Words(), WordSize(), shift);
230 }
231
232 /// Bitwise And with another bitmap, the two bitmap must be same size
233 void AndWith(const ThisType& rhs)

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64