-
Notifications
You must be signed in to change notification settings - Fork 4
Add RoadStatus
#396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RoadStatus
#396
Changes from all commits
fc56305
3a9e97f
0a7236c
0eed3ec
e196046
eb1831e
b329413
80e874d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -198,6 +198,24 @@ namespace dsf::mobility { | |||||||
| requires is_street_v<std::remove_reference_t<T1>> && | ||||||||
| (is_street_v<std::remove_reference_t<Tn>> && ...) | ||||||||
| void addStreets(T1&& street, Tn&&... streets); | ||||||||
|
|
||||||||
| /// @brief Set the street's status by its id | ||||||||
| /// @param streetId The id of the street | ||||||||
| /// @param status The status to set | ||||||||
|
||||||||
| /// @param status The status to set | |
| /// @param status The status to set | |
| /// @throws std::out_of_range if the given street id does not exist in the network |
Uh oh!
There was an error while loading. Please reload this page.