Define ABORT

Define Documentation

ABORT(...)

Prints critical error message and causes abnormal program termination by calling std::abort().

Prints critical error message and causes abnormal program termination if conditions is true.

See

Parameters
  • ...: Message text and variables

  • condition: Condition expression

  • ...: Message text and variables