Function terminate
Synopsis
#include "breeze/process/program.hpp"
void terminate()
Description
Triggers the termination of the program with the exit code which corresponds to the maximum value seen until now. This function calls the function specified by set_terminate_handler(), if set_terminate_handler() has been called; otherwise, it calls std::exit()
.
Source
Line 148 in breeze/process/program.hpp.