doubt in unordered_map . cpp
unordered_map<pair<int , int> , int > mapp;

can we find first element of pair in map?
ie suppose i have to find a key {4 , X};
here x is any number .
can i find it in map using some function?

Comments (2)