Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ appendBitArray
Method
appendBitArray
czxing/src/main/cpp/zxing/src/BitArray.h:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
void appendBit(bool bit) { _bits.push_back(bit); }
83
84
void appendBitArray(const BitArray& other) { _bits.insert(_bits.end(), other.begin(), other.end()); }
85
86
/**
87
* Reverses all bits in the array.
Callers
1
Encode
Function · 0.80
Calls
3
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected