[#Assert] = Assert :mrdocs: Identity function. Abort if the value compares equal to zero. == Synopsis Declared in `<util/check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define Assert(val) ---- == Parameters [cols="1,4"] |=== | Name| Description | *val* | The expression that must be true. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#