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

Method NOT

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

Boolean math functions...

Source from the content-addressed store, hash-verified

311
312 // Boolean math functions...
313 cBitArray NOT() const {
314 cBitArray out_array;
315 out_array.bit_array.NOT(bit_array, array_size);
316 out_array.array_size = array_size;
317 return out_array;
318 }
319
320 cBitArray AND(const cBitArray & array2) const {
321 assert(array_size == array2.array_size);

Callers 1

cBitArrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected