| 89 | } |
| 90 | |
| 91 | void align() { |
| 92 | writeBitsInternal(UnsignedType{}, (details::BitsSize<UnsignedType>::value - _scratchBits) % 8); |
| 93 | } |
| 94 | |
| 95 | void currentWritePos(size_t pos) { |
| 96 | align(); |
nothing calls this directly
no outgoing calls
no test coverage detected