Function Jet::Abort¶
Defined in File Abort.hpp
Function Documentation¶
-
inline void
Jet::Abort(const char *message, const char *file_name, int line, const char *function_name)¶ Throws an
Exceptionwith the given error message.This function should not be called directly - use one of the
JET_ASSERT()orJET_ABORT()macros, which provide the source location at compile time.- Parameters
message – string literal describing the error
file_name – source file where error occured
line – line of source file
function_name – function in which error occured
api/function_Abort_8hpp_1a55e6ccd084513255f2bd2a6d6a62be19
Download Python script
Download Notebook
View on GitHub
Contents
Downloads