Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
double Timestamp::operator-(const Timestamp& t) const { return this->getFloatTime() - t.getFloatTime(); }
91
92
Timestamp& Timestamp::operator+=(double s) {
93
*this = *this + s;
Callers
nothing calls this directly
Calls
2
getFloatTime
Method · 0.95
minus
Method · 0.95
Tested by
no test coverage detected