///////////////////////////////////////////////////////
| 48 | |
| 49 | //////////////////////////////////////////////////////////// |
| 50 | CursorImpl(const CursorImpl&) = delete; |
| 51 | |
| 52 | //////////////////////////////////////////////////////////// |
| 53 | CursorImpl& operator=(const CursorImpl&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected