| 140 | |
| 141 | IoBuffer(const IoBuffer&) = delete; |
| 142 | auto operator=(const IoBuffer&) -> IoBuffer& = delete; |
| 143 | |
| 144 | IoBuffer(IoBuffer&& other); |
| 145 | auto operator=(IoBuffer&& other) noexcept -> IoBuffer&; |
nothing calls this directly
no outgoing calls
no test coverage detected