mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
add possibility to print a set to a string
This commit is contained in:
@@ -12,4 +12,5 @@ class Set {
|
||||
bool rmv(int element);
|
||||
bool ctn(int element);
|
||||
std::string get_name();
|
||||
std::string print_set();
|
||||
};
|
||||
Reference in New Issue
Block a user