I have a couple of questions on how to use C ++ sets (std :: set)
Is there a way to get the union, intersection, or difference of two sets of C ++? (It's pretty easy to write my own function to do this, but I wanted to know if there was a built-in function for it)
Can a C ++ set be used as keys on a map?
c ++ set unions map intersection
Alex319
source share