Searched defs:Highway (Results 1 – 1 of 1) sorted by relevance
65 struct Highway struct67 Highway() {} in Highway() function68 Highway(const string& name, double miles, int speed_limit = 65, in Highway() function85 std::ostream& operator<<(std::ostream& out, const Highway& highway) in operator <<() argument