MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / operator+

Method operator+

FastCopy/ProcessIoCounter.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45ProcessIoCounter::IOCounter ProcessIoCounter::IOCounter::operator+(IOCounter rhs)
46{
47 auto copy = *this;
48 copy += rhs;
49 return copy;
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected