MCPcopy 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

getTimeAboveOrEqualMethod · 0.80
getTimeBelowMethod · 0.80
getTimeCloseToMethod · 0.80

Calls 1

roundToTickFunction · 0.85

Tested by

no test coverage detected