byte_offset is the byte offset of view in entire bitmap.
| 190 | public: |
| 191 | // byte_offset is the byte offset of view in entire bitmap. |
| 192 | explicit ArrayBitfieldBitmap(uint32_t byte_offset = 0) noexcept : byte_offset_(byte_offset) { Reset(); } |
| 193 | |
| 194 | ArrayBitfieldBitmap(const ArrayBitfieldBitmap &) = delete; |
| 195 | ArrayBitfieldBitmap &operator=(const ArrayBitfieldBitmap &) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected