| 22 | // default member |
| 23 | public: |
| 24 | ResizeTask() = delete; |
| 25 | ResizeTask(const ResizeTask & other) = default; |
| 26 | ResizeTask & operator=(const ResizeTask & other) = delete; |
| 27 | ResizeTask(ResizeTask && other) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected