@name 构造/析构函数 @{
| 34 | /// @name 构造/析构函数 |
| 35 | /// @{ |
| 36 | InterruptBase() = default; |
| 37 | InterruptBase(const InterruptBase&) = delete; |
| 38 | InterruptBase(InterruptBase&&) = delete; |
| 39 | auto operator=(const InterruptBase&) -> InterruptBase& = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected