@name 构造/析构函数 @{
| 44 | /// @name 构造/析构函数 |
| 45 | /// @{ |
| 46 | ThreadExitMsg(size_t _pid, int _exit_code) |
| 47 | : pid(_pid), exit_code(_exit_code) {} |
| 48 | ThreadExitMsg() = default; |
| 49 | ThreadExitMsg(const ThreadExitMsg&) = default; |
| 50 | ThreadExitMsg(ThreadExitMsg&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected