MCPcopy 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

getTimeNextMethod · 0.80
getTimeAboveMethod · 0.80
getTimeCloseToMethod · 0.80
getUniqueIDsMethod · 0.80
getTimesOfIDMethod · 0.80

Calls 1

roundToTickFunction · 0.85

Tested by

no test coverage detected