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

Method reverse

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

* Reverses all bits in the array. */

Source from the content-addressed store, hash-verified

87 * Reverses all bits in the array.
88 */
89 void reverse() { std::reverse(_bits.begin(), _bits.end()); }
90
91 void bitwiseXOR(const BitArray& other);
92

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected