unordered pair?
Is there a built in type to store UNordered pairs?
ie. I want these
pair<double, double> a(4.0, 5.0);
pair<double, double> a(5.0, 4.0);
to be equal. Do I have to make a wrapper and override == ?
Thanks,
Dave
daviddoria
Posting Virtuoso
1,996 posts since Feb 2008
Reputation Points: 437
Solved Threads: 204