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

Method SetAll

container/bitmap.h:187–190  ·  view source on GitHub ↗

Fill all bits of the bitmap

Source from the content-addressed store, hash-verified

185
186 /// Fill all bits of the bitmap
187 void SetAll()
188 {
189 DoSetAll(Words(), Size());
190 }
191
192 /// Clear all bits of the bitmap
193 void ClearAll()

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64