MCPcopy Create free account
hub / github.com/comaps/comaps / Max

Function Max

libs/routing_common/vehicle_model.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24SpeedKMpH Max(SpeedKMpH const & lhs, InOutCitySpeedKMpH const & rhs)
25{
26 return Pick<max>(lhs, Pick<max>(rhs.m_inCity, rhs.m_outCity));
27}
28} // namespace
29
30VehicleModel::VehicleModel(Classificator const & classif, LimitsInitList const & featureTypeLimits,

Callers 5

VehicleModelMethod · 0.70
IsValidMethod · 0.50
InvalidateMethod · 0.50
SpeedCameraOnRouteClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected