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

Method begin

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

Source from the content-addressed store, hash-verified

63 // (Performance is the reason for the iterator to exist in the first place.)
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 /**

Callers 3

appendBitArrayMethod · 0.45
reverseMethod · 0.45
BitArrayViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected