MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / equal_range

Method equal_range

include/DataStream.h:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::pair<iterator,iterator> equal_range (const double &Time)
96 {
97 return BaseClass::equal_range(roundToTick(Time));
98 }
99
100 std::pair<const_iterator,const_iterator> equal_range (const double &Time) const
101 {

Callers 1

getElementsMethod · 0.80

Calls 1

roundToTickFunction · 0.85

Tested by

no test coverage detected