ios_base::Init
Creates the standard iostream objects when constructed.
class Init { };
Remarks
The nested class describes an object whose construction ensures that the standard iostreams objects are properly constructed, even before the execution of a constructor for an arbitrary static object.
Requirements
Header: <ios>
Namespace: std