Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ lower_bound
Method
lower_bound
include/DataStream.h:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
iterator lower_bound (const double &Time)
76
{
77
return BaseClass::lower_bound(roundToTick(Time));
78
}
79
80
const_iterator lower_bound (const double &Time) const
81
{
Callers
3
getTimeAboveOrEqual
Method · 0.80
getTimeBelow
Method · 0.80
getTimeCloseTo
Method · 0.80
Calls
1
roundToTick
Function · 0.85
Tested by
no test coverage detected