Is it possible to pass a string set into a function or return a string set from a function, like.
void (set<string> stringSet, int m);
is that how it would go or would you have to do something different?
And/Or how would you return it from a function where I could then set another set equal to the returned set.