type terminate_handler

A type of handler called by the function terminate when terminating an exception.

  typedef void (*terminate_handler)();
  

The terminate_handler calls abort().