| 64 | |
| 65 | public: |
| 66 | unhandler() = default; |
| 67 | unhandler(unhandler const&) = delete; |
| 68 | unhandler& operator=(unhandler&&) = delete; |
| 69 | unhandler& operator=(unhandler const&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected