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

Method emplace

include/DataStream.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 iterator emplace (const double &Time, const ObjectType &Object)
106 {
107 return BaseClass::emplace(roundToTick(Time), Object);
108 }
109
110 /** expose other functions */
111 using BaseClass::erase;

Callers 6

addElementMethod · 0.80
addFactorMethod · 0.80
constructEmptyMethod · 0.80
DataConfigMethod · 0.80
addElementMethod · 0.80

Calls 1

roundToTickFunction · 0.85

Tested by

no test coverage detected