MCPcopy Create free account
hub / github.com/devosoft/avida / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

284 }
285
286 bool operator[](int index) const { return Get(index); }
287 cBitProxy operator[](int index) { return cBitProxy(*this, index); }
288
289 void Clear() { bit_array.Zero(array_size); }

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
cBitProxyClass · 0.85

Tested by

no test coverage detected