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

Method end

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

Source from the content-addressed store, hash-verified

64 Iterator iterAt(int i) const noexcept { return {_bits.cbegin() + i}; }
65 Iterator begin() const noexcept { return _bits.cbegin(); }
66 Iterator end() const noexcept { return _bits.cend(); }
67
68 /**
69 * Appends the least-significant bits, from value, in order from most-significant to

Callers 3

appendBitArrayMethod · 0.45
reverseMethod · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected