std::exit

std::exit

Defined in header <cstdlib>
             void exit( int exit_code );
(until C++11)
[[noreturn]] void exit( int exit_code );
(since C++11)

Causes normal program termination to occur.

Several cleanup steps are performed:

1) destructors of objects with static storage duration are called i