ostream::osfx

Syntax

void osfx();

Remarks

This output suffix function is called after every insertion operation. It flushes the ostream object if ios::unitbuf is set. It flushes stdout and stderr if ios::stdio is set.