type unexpected_handler

A type of handler called by the unexpected function.

  typedef void (*unexpected_handler)();
  

The unexpected_handler calls terminate().