9 : timeAsyncTaskCount(0), timeSyncTaskCount(0), sizeInputBufferSyncTasksCount(0), sizeOutputBufferSyncTasksCount(0),
10 sizeInputBufferAsyncTasksCount(0), sizeOutputBufferAsyncTasksCount(0), cpuUsageAsyncTasksCount(0), memoryUsageAsyncTasksCount(0),
11 countSyncTasksForMinuteCount(0), countAsyncTasksForMinuteCount(0)
16 : timeAsyncTaskCount(0), timeSyncTaskCount(0), sizeInputBufferSyncTasksCount(0), sizeOutputBufferSyncTasksCount(0),
17 sizeInputBufferAsyncTasksCount(0), sizeOutputBufferAsyncTasksCount(0), cpuUsageAsyncTasksCount(0), memoryUsageAsyncTasksCount(0),
18 countSyncTasksForMinuteCount(0), countAsyncTasksForMinuteCount(0)
24 : timeAsyncTaskCount(0), timeSyncTaskCount(0), sizeInputBufferSyncTasksCount(0), sizeOutputBufferSyncTasksCount(0),
25 sizeInputBufferAsyncTasksCount(0), sizeOutputBufferAsyncTasksCount(0), cpuUsageAsyncTasksCount(0), memoryUsageAsyncTasksCount(0),
26 countSyncTasksForMinuteCount(0), countAsyncTasksForMinuteCount(0)
28 (*this) = std::forward<AvgCounts>(rhs);