vendredi 20 mars 2015

What overloaded operator is called in an if condition?

From the example http://ift.tt/1nAMbFI there is the following statement



ifstream is;
...
...

if (is) { // What overloaded operater of **is** object is called here
....
}


What overloaded operator of is object is called ?


Aucun commentaire:

Enregistrer un commentaire