| 49 | ThreadExitMsg(const ThreadExitMsg&) = default; |
| 50 | ThreadExitMsg(ThreadExitMsg&&) = default; |
| 51 | auto operator=(const ThreadExitMsg&) -> ThreadExitMsg& = default; |
| 52 | auto operator=(ThreadExitMsg&&) -> ThreadExitMsg& = default; |
| 53 | ~ThreadExitMsg() = default; |
| 54 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected