Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ upper_bound
Method
upper_bound
include/DataStream.h:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
iterator upper_bound (const double &Time)
86
{
87
return BaseClass::upper_bound(roundToTick(Time));
88
}
89
90
const_iterator upper_bound (const double &Time) const
91
{
Callers
5
getTimeNext
Method · 0.80
getTimeAbove
Method · 0.80
getTimeCloseTo
Method · 0.80
getUniqueIDs
Method · 0.80
getTimesOfID
Method · 0.80
Calls
1
roundToTick
Function · 0.85
Tested by
no test coverage detected