Quantcast
Viewing latest article 16
Browse Latest Browse All 16

How to find if a given key exists in a std::map

I'm trying to check if a given key is in a map and somewhat can't do it:

typedef map<string,string>::iterator mi;map<string, string> m;m.insert(make_pair("f","++--"));pair<mi,mi> p = m.equal_range("f");//I'm not sure if equal_range does what I wantcout << p.first;//I'm getting error here

so how can I print what is in p?


Viewing latest article 16
Browse Latest Browse All 16

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>