@name 构造/析构函数 @{
| 69 | /// @name 构造/析构函数 |
| 70 | /// @{ |
| 71 | CpuSchedData() = default; |
| 72 | CpuSchedData(const CpuSchedData&) = delete; |
| 73 | CpuSchedData(CpuSchedData&&) = delete; |
| 74 | auto operator=(const CpuSchedData&) -> CpuSchedData& = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected