void osfx();
Remarks
This output suffix function is called after every insertion operation. It flushes the ostream object if ios::unitbuf is set, or stdout and stderr if ios::stdio is set.
ostream Overview | Output Stream Classes