Pointer to the byte where the first value is stored.
| 42 | |
| 43 | /// Pointer to the byte where the first value is stored. |
| 44 | constexpr byte_type* data() const noexcept { return data_; } |
| 45 | |
| 46 | /// Bit offset of the first value in the first byte. |
| 47 | constexpr size_type bit_start() const noexcept { return bit_start_; } |
no outgoing calls
no test coverage detected