MCPcopy Create free account
hub / github.com/devilsen/CZXing / BitArrayView

Method BitArrayView

czxing/src/main/cpp/zxing/src/BitArray.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156public:
157 BitArrayView(const BitArray& bits) : bits(bits), cur(bits.begin()) {}
158
159 BitArrayView& skipBits(int n)
160 {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected