Is there a (builtin) way to compare the contents of two stl maps? (Assuming of course that the maps have the same data types).
I thought of writing this myself, but iterating through each map and seeing if the contents are found in the other map (and then doing the reverse), but was wondering if this exists already...