| 76 | // disallow copying and moving |
| 77 | IoBufferPool(IoBufferPool const&) = delete; |
| 78 | void operator=(IoBufferPool const&) = delete; |
| 79 | IoBufferPool(IoBufferPool const&&) = delete; |
| 80 | void operator=(IoBufferPool const&&) = delete; |
| 81 |
nothing calls this directly
no outgoing calls
no test coverage detected