@name 构造/析构函数 @{
| 89 | /// @name 构造/析构函数 |
| 90 | /// @{ |
| 91 | SignalAction() = default; |
| 92 | SignalAction(const SignalAction&) = default; |
| 93 | SignalAction(SignalAction&&) = default; |
| 94 | auto operator=(const SignalAction&) -> SignalAction& = default; |
nothing calls this directly
no outgoing calls
no test coverage detected