class Iostream_init

The Iostream_init class is a static class that initializes the predefined stream objects cin, cout, cerr, and clog. A single object of this class is constructed “invisibly” in response to the reference of any of the predefined objects. The class is documented for completeness only. You will not normally construct objects of this class.

#include <iostream.h>