MCPcopy Create free account
hub / github.com/devosoft/avida / EQU

Method EQU

avida-core/source/tools/cBitArray.h:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 cBitArray EQU(const cBitArray & array2) const {
361 assert(array_size == array2.array_size);
362 cBitArray out_array;
363 out_array.bit_array.EQU(bit_array, array2.bit_array, array_size);
364 out_array.array_size = array_size;
365 return out_array;
366 }
367
368 cBitArray SHIFT(const int shift_size) const {
369 cBitArray out_array;

Callers 1

cBitArrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected