◐ Shell
clean mode source ↗

Standard library header <cassert> - cppreference.com

From cppreference.com

This header was originally in the C standard library as <assert.h>.

This header is part of the error handling library.

Macros

aborts the program if the user-specified condition is not true. May be disabled for release builds.
(function macro) [edit]

Synopsis

#define assert(E) /* see description */