Raw backing-store pointer; owners use it to pin the buffer into physical memory
| 72 | |
| 73 | // Raw backing-store pointer; owners use it to pin the buffer into physical memory |
| 74 | [[nodiscard]] const StorageType* storage() const noexcept { return m_buffer.data(); } |
| 75 | |
| 76 | [[nodiscard]] T read(qsizetype size); |
| 77 | [[nodiscard]] T peek(qsizetype size) const; |
no test coverage detected