
please wait
|
|
|
|
std::map<pair<int,int>, double>
|
|
|
|
|
|
|
|
But I want to find first int (x), if it is available, find the next int (y), if that is available then update the value of the double (z). If int (y) is not found then insert (y, z) into the map. |
|
|