My use case:
map cars; bool exists(const string& name) { // somehow I should find whether my MAP has a car // with the name provid
return cars.find(name) != cars.end();