std::ios_base::Init (3) Linux Manual Page
std::ios_base::Init – std::ios_base::Init Synopsis class Init; This class is used to ensure that the default C++ streams (std::cin, std::cout, etc.) are properly initialized and destructed. The class tracks how many instances of it are created and initializes the C++ streams when the first instance is constructed as well as flushes the output streams when the…
