| 154 | |
| 155 | public: |
| 156 | BufferBlock() = delete; |
| 157 | BufferBlock(BufferBlock const &rhs) = delete; |
| 158 | BufferBlock(BufferBlock &&rhs) = default; |
| 159 | BufferBlock &operator=(BufferBlock const &rhs) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected