| 39 | auto operator=(const InterruptBase&) -> InterruptBase& = delete; |
| 40 | auto operator=(InterruptBase&&) -> InterruptBase& = delete; |
| 41 | virtual ~InterruptBase() = default; |
| 42 | /// @} |
| 43 | |
| 44 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected