map.find failure return in c++ code example Example: check if a key is in a map if ( m.find("f") == m.end() ) { // not found } else { // found }