| 22 | } |
| 23 | |
| 24 | SpeedKMpH 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 | |
| 30 | VehicleModel::VehicleModel(Classificator const & classif, LimitsInitList const & featureTypeLimits, |
no outgoing calls
no test coverage detected