MCPcopy Create free account
hub / github.com/dds-bridge/dds / operator -=

Method operator -=

library/src/system/timer_group.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103void TimerGroup::operator -= (const TimerGroup& deduct)
104{
105 for (unsigned i = 0; i < timers.size(); i++)
106 timers[i] -= deduct.timers[i];
107}
108
109
110string TimerGroup::Header() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected