/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 125 | /// |
| 126 | //////////////////////////////////////////////////////////// |
| 127 | Cursor(const Cursor&) = delete; |
| 128 | |
| 129 | //////////////////////////////////////////////////////////// |
| 130 | /// \brief Deleted copy assignment |
no outgoing calls
no test coverage detected