36 struct hash<
carla::road::element::Waypoint> {
56 auto hasher = std::hash<Waypoint>();
57 return hasher(lhs) == hasher(rhs);
bool operator==(const Waypoint &lhs, const Waypoint &rhs)
This file contains definitions of common data structures used in traffic manager. ...
bool operator!=(const Waypoint &lhs, const Waypoint &rhs)