Skip to content

Commit

Permalink
add note for explaining data structure std::map<std::size_t, std::set…
Browse files Browse the repository at this point in the history
…<std::size_t>> in TelegramOptions::get_map_of_sets
  • Loading branch information
w0lek committed Jun 7, 2024
1 parent 73fc03c commit c634775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vpr/src/server/telegramoptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class TelegramOptions {
*
* This function retrieves a map of sets associated with the specified key.
*
* @note The map of sets is used to store the critical path index (map key) and the associated set of selected sub-path element indexes (map value).
*
* @param key The key of the map of sets to retrieve.
* @return The map of sets associated with the specified key.
*/
Expand Down

0 comments on commit c634775

Please sign in to comment.