what is it ?

Code:
if (phrase. find("eggplant") == string::npos)
  cout << "'eggplant' is not in the phrase.\n\n";
explain briefly please