Return memory size in bytes, include padding bits
| 151 | |
| 152 | /// Return memory size in bytes, include padding bits |
| 153 | size_t ByteSize() const |
| 154 | { |
| 155 | return WordSize() * sizeof(WordType); |
| 156 | } |
| 157 | |
| 158 | /// Get a bit at specified index |
| 159 | bool GetAt(IndexType index) const |
nothing calls this directly
no outgoing calls
no test coverage detected