ostream::osfx

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 OverviewOutput Stream Classes