MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / operator-

Method operator-

pose_graph/ThirdParty/DUtils/Timestamp.cpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90double Timestamp::operator-(const Timestamp& t) const { return this->getFloatTime() - t.getFloatTime(); }
91
92Timestamp& Timestamp::operator+=(double s) {
93 *this = *this + s;

Callers

nothing calls this directly

Calls 2

getFloatTimeMethod · 0.95
minusMethod · 0.95

Tested by

no test coverage detected